About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:ils_drivers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
development:plugins:ils_drivers [2021/10/06 14:02] demiankatzdevelopment:plugins:ils_drivers [2021/11/12 17:52] – [getMyHolds] demiankatz
Line 365: Line 365:
 | in_transit       | string/boolean     | No                                | If in transit, either boolean true or a string describing the destination location; false otherwise | | in_transit       | string/boolean     | No                                | If in transit, either boolean true or a string describing the destination location; false otherwise |
 | last_pickup_date | locale date string | No               | 5.1              | A string representing the deadline for picking up the item; ignored unless available (above) is set to true | | last_pickup_date | locale date string | No               | 5.1              | A string representing the deadline for picking up the item; ignored unless available (above) is set to true |
-| frozen           | boolean            | with frozenUntil | 8.0              | Whether the hold is temporarily suspended | +| frozen           | boolean            | with frozenThrough | 8.0              | Whether the hold is temporarily suspended | 
-frozenUntil      | locale date string | No               | 8.0              | Last suspension date if a hold is temporarily suspended |+frozenThrough    | locale date string | No               | 8.0              | Last suspension date if a hold is temporarily suspended |
 | cancel_details   | string             | No               | 3.1              | A cancel token, or a blank string to indicate that the hold cannot be canceled. If omitted, this will be dynamically generated using getCancelHoldDetails(). The value is passed to the cancelHolds method when a hold is canceled. You can fill this in if it is efficient to calculate the value up front; if it is an expensive calculation, you should omit the value entirely and let getCancelHoldDetails() do its job on demand (note, however, that getCancelHoldDetails is currently called for each hold unconditionally). | | cancel_details   | string             | No               | 3.1              | A cancel token, or a blank string to indicate that the hold cannot be canceled. If omitted, this will be dynamically generated using getCancelHoldDetails(). The value is passed to the cancelHolds method when a hold is canceled. You can fill this in if it is efficient to calculate the value up front; if it is an expensive calculation, you should omit the value entirely and let getCancelHoldDetails() do its job on demand (note, however, that getCancelHoldDetails is currently called for each hold unconditionally). |
 | updateDetails    | string             | No               | 8.0              | An update token, or a blank string to indicate that the hold cannot be updated. The value is passed to the updateHolds method when holds are updated. If both this and cancel_details are non-empty, the values must match. | | updateDetails    | string             | No               | 8.0              | An update token, or a blank string to indicate that the hold cannot be updated. The value is passed to the updateHolds method when holds are updated. If both this and cancel_details are non-empty, the values must match. |
development/plugins/ils_drivers.txt · Last modified: 2024/06/25 13:35 by demiankatz