https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Signed Off |Failed QA --- Comment #40 from Victor Grousset/tuxayo <[email protected]> --- > 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
