Bugzilla – Attachment 173615 Details for
Bug 37639
items.stack ( shelving control number ) not included in items API endpoint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37639: Add items.stack to items endpoint
Bug-37639-Add-itemsstack-to-items-endpoint.patch (text/plain), 1.66 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-29 11:13:00 UTC
(
hide
)
Description:
Bug 37639: Add items.stack to items endpoint
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-29 11:13:00 UTC
Size:
1.66 KB
patch
obsolete
>From 45f69913912b6d7c7abebb1c4dc5ff31e4d6aabb Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 13 Aug 2024 21:01:51 +0000 >Subject: [PATCH] Bug 37639: Add items.stack to items endpoint > >To test: >1. Apply patch and restart_all, and yarn api:bundle >2. Check the items endpoint for items.stack ( http://localhost:8081/api/v1/items/144 ) >3. The data is there, and correct. > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > Koha/Item.pm | 2 +- > api/v1/swagger/definitions/item.yaml | 5 +++++ > 2 files changed, 6 insertions(+), 1 deletion(-) > >diff --git a/Koha/Item.pm b/Koha/Item.pm >index 16f66a8c68e..2d851c42ce4 100644 >--- a/Koha/Item.pm >+++ b/Koha/Item.pm >@@ -1832,7 +1832,7 @@ sub to_api_mapping { > replacementpricedate => 'replacement_price_date', > datelastborrowed => 'last_checkout_date', > datelastseen => 'last_seen_date', >- stack => undef, >+ stack => 'shelving_control_number', > notforloan => 'not_for_loan_status', > damaged => 'damaged_status', > damaged_on => 'damaged_date', >diff --git a/api/v1/swagger/definitions/item.yaml b/api/v1/swagger/definitions/item.yaml >index f44b3d5ae3c..b254eb2dc34 100644 >--- a/api/v1/swagger/definitions/item.yaml >+++ b/api/v1/swagger/definitions/item.yaml >@@ -192,6 +192,11 @@ properties: > - string > - "null" > description: Materials specified >+ shelving_control_number: >+ type: >+ - number >+ - "null" >+ description: Shelving control number > uri: > type: > - string >-- >2.47.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37639
:
170299
|
170328
|
170329
|
170396
|
170397
|
170458
|
170782
|
172980
|
172988
| 173615 |
173616