View | Details | Raw Unified | Return to bug 36193
Collapse All | Expand All

(-)a/admin/searchengine/elasticsearch/mappings.pl (-2 / +1 lines)
Lines 196-202 if ( $op eq 'edit' ) { Link Here
196
        $update_mappings->();
196
        $update_mappings->();
197
    }
197
    }
198
}
198
}
199
elsif( $op eq 'reset_confirmed' ) {
199
elsif( $op eq 'cud-reset_confirmed' ) {
200
    Koha::SearchEngine::Elasticsearch->reset_elasticsearch_mappings;
200
    Koha::SearchEngine::Elasticsearch->reset_elasticsearch_mappings;
201
    push @messages, { type => 'message', code => 'success_on_reset' };
201
    push @messages, { type => 'message', code => 'success_on_reset' };
202
    C4::Log::logaction( 'SEARCHENGINE', 'RESET_MAPPINGS', undef, q{} );
202
    C4::Log::logaction( 'SEARCHENGINE', 'RESET_MAPPINGS', undef, q{} );
203
- 

Return to bug 36193