https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38040
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #4 from Jonathan Druart <[email protected]> --- 1. is_superlibrarian is already available from every templates Use logged_in_user.is_superlibrarian or CAN_user_superlibrarian 2. Same for the logged in library, use Branches.GetLoggedInBranchcode 3. Useless indentation change in request.pl So basically you don't need any changes from the controller. Is this enforce server-side? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
