[Koha-bugs] [Bug 33793] New: Add method to define limited access to run reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 22 16:26:06 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33793

            Bug ID: 33793
           Summary: Add method to define limited access to run reports
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrewfh at dubcolib.org
        QA Contact: testopia at bugs.koha-community.org

Currently a user with the execute_reports permission can run any report in the
system. A library may wish for a given user to be able run some reports but not
others. It would be great to have a mechanism for allowing limited reports
access.

Maybe something akin to the SubfieldsToAllowForRestrictedEditing preference? We
could create ReportGroupsToAllowForRestrictedExecution, in which one selects
groups of reports. We add a new execute_reports_restricted permission. A user
with that permission can only run reports in the groups specified in the
preference.

Or maybe ditch the system preference and add a "restricted access" flag to each
report?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list