Skip to content

Commit

Permalink
Bug 36193: cud- treatment for reset_confirmed on mappings.pl
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Cohen Arazi <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
Signed-off-by: Katrin Fischer <[email protected]>
  • Loading branch information
tomascohen authored and kfischer committed Mar 12, 2024
1 parent 7961ac0 commit 58bcd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/searchengine/elasticsearch/mappings.pl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
$update_mappings->();
}
}
elsif( $op eq 'reset_confirmed' ) {
elsif( $op eq 'cud-reset_confirmed' ) {
Koha::SearchEngine::Elasticsearch->reset_elasticsearch_mappings;
push @messages, { type => 'message', code => 'success_on_reset' };
C4::Log::logaction( 'SEARCHENGINE', 'RESET_MAPPINGS', undef, q{} );
Expand Down

0 comments on commit 58bcd03

Please sign in to comment.