https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42095
Oleg Vasylenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |blocker Depends on| |34478 Priority|P5 - low |P1 - high --- Comment #1 from Oleg Vasylenko <[email protected]> --- Possible solution is to find in unimarc_field_4XX.pl the string elsif ( $op eq "do_search" ) { and change it to: elsif ( $op eq "do_search" || $op eq "cud-do_search" ) { Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34478 [Bug 34478] Full CSRF protection -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
