https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36205 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Kyle M Hall (khall) from comment #2)
What if we baked a new top level "plugins_permissions" module bit into Koha, and then each plugin could add sub-permissions under that module as needed?
I'm into this idea, but how would we display them in the UI? -- It looks like the current display uses "koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc" which is translation friendly, but is hard-coded. Notably, it looks like that include doesn't have a default/fallback, but we could change that... It looks like the "permissions" table does contain a "description" field, so that could be used instead, but it's not translation friendly. That said, we don't really have a solid translatable plugin approach yet... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.