-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1156 from nla/ctpl-199-update-picture-requesting
CTPL-199: update picture requesting
- Loading branch information
Showing
6 changed files
with
154 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<div class="row"> | ||
<div class="col-12 col-lg-8"> | ||
<%= form_with(url: solr_document_request_path, | ||
model: request, | ||
method: :post, | ||
data: { | ||
"form-validation-target": "form" | ||
}) do |f| %> | ||
<%= hidden_field :request, :holdings_id %> | ||
<%= hidden_field :request, :item_id %> | ||
|
||
<div class="mb-3 row"> | ||
<%= f.label :notes, t("requesting.label.call_numbers"), class: "col-md-3 col-form-label text-md-right" %> | ||
<div class="col-sm-6"> | ||
<%= f.text_area :notes, class: "form-control", maxlength: 100 %> | ||
</div> | ||
<span id="notes-help" class="form-text text-muted col-sm-3"><%= t("requesting.help.notes") %></span> | ||
</div> | ||
|
||
<div class="mb-3 row"> | ||
<div class="offset-md-3 col-sm-6 pe-0"><%= f.submit t("requesting.btn_request"), class: "btn btn-primary" %></div> | ||
<div class="col-sm-3"></div> | ||
</div> | ||
<% end %> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"instanceId": "d63dc349-8153-5ff6-a33c-f3ec13faa0f0", | ||
"holdingsRecords": [ | ||
{ | ||
"id": "13341598-814f-5407-893b-cc76f339f123", | ||
"instanceId": "d63dc349-8153-5ff6-a33c-f3ec13faa0f0", | ||
"permanentLocationId": "2801984c-f9f1-452e-b267-ddf511a985a8", | ||
"effectiveLocationId": "2801984c-f9f1-452e-b267-ddf511a985a8", | ||
"callNumber": "PIC Drawer PM 2766-3034 #PIC/8508/1-269", | ||
"holdingsStatements": [], | ||
"holdingsStatementsForIndexes": [], | ||
"holdingsStatementsForSupplements": [], | ||
"discoverySuppress": false, | ||
"itemRecords": [ | ||
{ | ||
"id": "3556c738-2a32-5b11-b86e-2e5db34bbe1e", | ||
"holdingsRecordId": "13341598-814f-5407-893b-cc76f339f123", | ||
"barcode": "990004013219", | ||
"effectiveLocationId": "2801984c-f9f1-452e-b267-ddf511a985a8", | ||
"effectiveLocationDisplayName": "Special Collections Reading Room", | ||
"effectiveCallNumberComponents": { | ||
"callNumber": "PIC Drawer PM 2766-3034 #PIC/8508/1-269" | ||
}, | ||
"status": { | ||
"name": "Available", | ||
"date": "2023-06-28T03:31:57.329+00:00" | ||
}, | ||
"pickupLocation": { | ||
"id": "d1624450-96b9-48ac-9457-47d7d4924c66", | ||
"name": "Special Collections Reading Room", | ||
"code": "SCRR-SP", | ||
"discoveryDisplayName": "Special Collections Reading Room", | ||
"pickupLocation": true, | ||
"holdShelfExpiryPeriod": { | ||
"duration": 6, | ||
"intervalId": "Days" | ||
} | ||
}, | ||
"materialTypeId": "237cc266-f677-4b8e-aaae-846ed7e66361", | ||
"permanentLoanTypeId": "ec500417-ea68-484f-858d-e8f6166e6237", | ||
"yearCaption": [], | ||
"enumeration": "FOR REQUESTS, USE THE REQUEST OPTION BELOW", | ||
"itemCategory": "picture", | ||
"discoverySuppress": false, | ||
"requestable": true, | ||
"displayStatus": "Available" | ||
} | ||
], | ||
"notes": [], | ||
"checkedOutItems": [] | ||
} | ||
] | ||
} |