Bug 38139 - Refactor C4::Auth::getuserflags() and move to Koha::Auth::Permissions->get_flags() with unit tests
Summary: Refactor C4::Auth::getuserflags() and move to Koha::Auth::Permissions->get_fl...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 38063
Blocks: 20813 38140
  Show dependency treegraph
 
Reported: 2024-10-10 15:16 UTC by Lisette Scheer
Modified: 2024-10-10 15:24 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lisette Scheer 2024-10-10 15:16:16 UTC
Breaking the concerns from Bug 20813 - Revamp user permissions system  into smaller pieces.