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

--- Comment #4 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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