https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net Status|Signed Off |Failed QA --- Comment #40 from Victor Grousset/tuxayo <victor@tuxayo.net> ---
var CAN_user_parameters_manage_column_config = [% CAN_user_parameters_manage_column_config ? 1 : 0 | $raw %];
Is there a reason to use the $raw filter here vs the $html filter in the other permissions? (or vice versa) ------- There are still 3 occurrences of defaultPatronSearchFields which isn't defined anymore. (2 in code, 1 in commen) And it's successor, Koha.permissions.DefaultPatronSearchFields isn't used. Same with defaultPatronSearchMethod extendedPatronAttributes showPatronFirstnameIfDifferentThanPreferredname -- You are receiving this mail because: You are watching all bug changes.