https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36205
--- Comment #3 from David Cook <[email protected]> --- (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. _______________________________________________ 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/
