[Bug 13633] New: Change C4::Auth::get_all_subpermissions() to not use description
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13633 Bug ID: 13633 Summary: Change C4::Auth::get_all_subpermissions() to not use description Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com At the moment, C4::Auth::get_all_subpermissions() uses `permissions.description` to build a hashref of subpermissions. It needs the `description` column to provide a true value, and that's really the only purpose I see within C4::Auth. It's also used in member-flags.pl, bu Bug 13632 (thttp://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13632) will make negate the need for descrption from C4::Auth::get_all_subpermissions(). -- As for `userflags`, it looks like `userflags.flagdesc` is only used in member-flags.pl, and could be safely removed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13633 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au Assignee|koha-bugs@lists.koha-commun |dcook@prosentient.com.au |ity.org | See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13632 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13633 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Done in bug 13632. *** This bug has been marked as a duplicate of bug 13632 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org