clear hold shelf checkin modifier use during checkin broken in 2.8
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
High
|
Unassigned |
Bug Description
Evergreen master / 2.8
When using the clear hold shelf checkin modifier on checkin of items, users would get a network error and would not be able to process those items. The error would look like:
Call to [open-ils.
This occurs because of changes to Holds.pm in this commit: http://
After some investigation in IRC, a solution was found by changing line 3630 from:
$client-
to:
$client-
Working branch forthcoming, along with some other safeguarding of other parts of Holds.pm that were also changed (but may not be broken in the same way).
Changed in evergreen: | |
milestone: | none → 2.8.1 |
importance: | Undecided → High |
status: | New → Triaged |
Changed in evergreen: | |
status: | Triaged → Confirmed |
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
Branch available in working/ user/dyrcona/ lp1444130_ max_chunk_ size_guards
http:// git.evergreen- ils.org/ ?p=working/ Evergreen. git;a=shortlog; h=refs/ heads/user/ dyrcona/ lp1444130_ max_chunk_ size_guards