https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20813 --- Comment #32 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 126288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126288&action=edit Bug 20813: Revamp user permissions system Koha's current user permissions system is a bit convoluted and limited due to it's legacy where the permissions system was a simple set of flags. A second layer of sub-permissions were later added complication and obfuscation to the system. We should revamp the permissions system to be a more modern system and open the path to having unlimited nesting of sub-permissions instead of shoe-horning sub-permissions into the limited system we have. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Restart all the things! 4) Koha should still enforce user permissions as before -- You are receiving this mail because: You are watching all bug changes.