[Koha-bugs] [Bug 26721] New: Debit and credit type pages should check for the specific permission

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 18 17:11:07 CEST 2020


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

            Bug ID: 26721
           Summary: Debit and credit type pages should check for the
                    specific permission
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

At the moment, the pages check for:

admin/credit_types.pl:        flagsrequired   => { parameters =>
'parameters_remaining_permissions' },
admin/debit_types.pl:        flagsrequired   => { parameters =>
'parameters_remaining_permissions' },

But the templates like admin home page check for the correct specific
permission:

[% IF ( CAN_user_parameters_manage_accounts ) %]

-- 
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