[Koha-bugs] [Bug 27797] New: Make POST /holds use the stashed koha.overrides

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 25 18:57:23 CET 2021


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

            Bug ID: 27797
           Summary: Make POST /holds use the stashed koha.overrides
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: REST API
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com

Bug 26181 introduced a way to override behavior through a new header,
x-koha-override. It was being discussed outside BZ, and it got pushed.

The agreement Martin and I reached while it was getting through QA was that we
could take the chance and do not override a specific syspref, but use codes to
designate what behavior would be overriden. And specifically about 26181, we
decided 'any' was better than explicitly putting the syspref on the header.

This bug will use bug 27760 to change how it is done, and will rename the value
to be passed on the header, while retaining the current behavior, of failing
even if Can*BeReserved fails even if AllowHoldPolicyOverride is set, on the
API, unless the header is passed.

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


More information about the Koha-bugs mailing list