https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41653 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- A test plan could be: git grep -P 'permissions\.\w' **/*.tt **/*.inc **/*.js |grep -v Koha.permissions => No relevant occurrences git grep 'prefs\.\w' **/*.tt **/*.inc **/*.js |grep -v Koha.prefs => No relevant occurrences Note that the following one will be fixed by "Bug 41582: Fix tags - OPAC" that is not pushed yet: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt: if (prefs.TagsInputEnabled && loggedinusername) { git grep 'addPrefs' **/*.tt **/*.inc **/*.js |grep -v Koha.addPrefs git grep 'addPermissions' **/*.tt **/*.inc **/*.js |grep -v Koha.addPermissions => No occurrences outside js/stores.js -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.