https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20813 --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- I do not plan on continuing to develop this code. If anyone wished to pick it up and work on it, or use it as inspiration for a re-write, they are most welcome to it! I will remove myself as the assignee. (In reply to Katrin Fischer from comment #10)
Hi Kyle,
I think with Koha's code having moved since this was originally written, this needs more of a rebase than I can handle :(
Do you think you will have time to work on this? I'd really like to help move this along and will make time for it.
Some things I noticed so far:
- CATCODE_MULTI will be removed by bug 20226 - We have the patron object available in the templates now, so won't need the template variables (bug 18789) - We already got a has_permission in Patron.pm, so this gets doubled up by the patch - There is also a is_child that could simplify some of the code - Do we still need the description column in the permission table? We could think about removing it as the descriptions are in the templates. - Database update appears to be missing - Why the change to member in members-toolbar.inc? - Got confused by having both Koha::Patron::Permission(s) and Koha::Permission(s) - Owen is trying to get rid of the tree view on bug 11375 - maybe something to talk about before moving forward here or there. - I feel like we should keep part of the copyright on top of member-flags.pl
I am thinking about moving on with my patch for making granular administration permissions that I had started as it might not be too hard to adapt this patch set (bug 14391).
-- You are receiving this mail because: You are watching all bug changes.