https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39142
--- Comment #10 from David Cook <[email protected]> --- I was reflecting on this idea... and it doesn't really seem like a user "permission" but rather a user "preference". This could be an opportunity to add a "borrower_ui_preferences" table for storing this sort of user preference. -- Alternatively, there are other user preferences like language which are managed by cookies like KohaOpacLanguage (see the patches on Bug 39206 for other Koha managed cookies). While I don't like the idea of adding more cookies to Koha... that could be an alternative path forward. -- As an aside, I'm trying to re-think Koha permission models, and something like this really sticks out. I suppose an argument could be made for it as a "view_debug_button" permission, but I think that's a stretch. If there were a permission, it would be on the ability to disable those sysprefs and then the "view_debug_button" operation would be hinged off that permission, so that only people authorized to perform that operation could view that button. -- 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/
