Bugzilla – Attachment 162775 Details for
Bug 36193
CSRF - Code review missed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36193: cud- treatment for reset_confirmed on mappings.pl
Bug-36193-cud--treatment-for-resetconfirmed-on-map.patch (text/plain), 1.06 KB, created by
Nick Clemens (kidclamp)
on 2024-03-05 16:24:42 UTC
(
hide
)
Description:
Bug 36193: cud- treatment for reset_confirmed on mappings.pl
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-03-05 16:24:42 UTC
Size:
1.06 KB
patch
obsolete
>From 1bc639fc759dc42da3fb01cb55096d82d45dd46a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 5 Mar 2024 11:46:15 -0300 >Subject: [PATCH] Bug 36193: cud- treatment for reset_confirmed on mappings.pl > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > admin/searchengine/elasticsearch/mappings.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/searchengine/elasticsearch/mappings.pl b/admin/searchengine/elasticsearch/mappings.pl >index 370c698265e..1c0b26a50c9 100755 >--- a/admin/searchengine/elasticsearch/mappings.pl >+++ b/admin/searchengine/elasticsearch/mappings.pl >@@ -196,7 +196,7 @@ if ( $op eq 'edit' ) { > $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{} ); >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36193
:
162684
|
162733
|
162734
|
162749
|
162750
|
162751
|
162752
|
162755
|
162769
|
162770
|
162771
|
162772
|
162773
|
162774
| 162775 |
162776
|
162777
|
162784
|
162830
|
162831
|
162837