https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33929

--- Comment #2 from Peter Vashchuk <[email protected]> ---
Created attachment 153365
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153365&action=edit
Bug 33929: Resolved issue with "Export"/"Import" button click error

This patch addresses an error that occurred when clicking the "Export" button
within the genre/form authority framework (the same issue was observed with the
"Import" button). The error message displayed in the console was as follows:
"Uncaught Error: Syntax error, unrecognized expression:
#exportModal_GENRE/FFORM4"

The error was caused by special symbols, particularly the  "/" in the code of
the auth type. To fix this, the patch is using a plugin designed to handle
character filtering for HTML IDs,  "$HtmlId", instead of "html" that kept "/"
in "GENRE/FFORM4" which was causing this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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/

Reply via email to