[Koha-bugs] [Bug 18729] New: Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 5 17:08:30 CEST 2017


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

            Bug ID: 18729
           Summary: Librarian unable to update hold pickup library from
                    patron pages without "modify_holds_priority"
                    permission
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

A librarian can update a hold's pickup library from the record details page,
but not from the patron details or checkout pages unless he or she has the
"modify_holds_priority". If the librarian does not, an error is displayed
instead.

This is do to the fact that on those two pages the API is used and it used the
PUT for hold to update all hold fields, which requires this permission. Another
endpoint for updating only the pickup location should be added that does not
require the "modify_holds_priority" permission.

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