https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38844
Brendan Lawlor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Brendan Lawlor <[email protected]> --- This seems to be an issue with the data table filter not liking snake case that is used in additional_contents for location for staff_only, opac_only and staff_and_opac. For other HTML customizations that work the location is in camel case like CookieConsentPopup. Not sure if we can do something to have the datatable filter escape the _ or if we should change the the snake case to camel case wherever it's required. Another possible solution would be to have the filter use the option's text instead of its value as is done for the Library column for some reason. -- 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/
