Bugzilla – Attachment 109419 Details for
Bug 19889
LocalHoldsPriority needs exclusions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19889: Add new attribute to the REST API definition
Bug-19889-Add-new-attribute-to-the-REST-API-defini.patch (text/plain), 931 bytes, created by
Jonathan Druart
on 2020-09-01 10:23:01 UTC
(
hide
)
Description:
Bug 19889: Add new attribute to the REST API definition
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-09-01 10:23:01 UTC
Size:
931 bytes
patch
obsolete
>From cf37afb0d48ddb8e94a70739b1cc6ccafd210a64 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 1 Sep 2020 12:22:06 +0200 >Subject: [PATCH] Bug 19889: Add new attribute to the REST API definition > >It fixes t/db_dependent/api/v1/items.t >--- > api/v1/swagger/definitions/item.json | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/api/v1/swagger/definitions/item.json b/api/v1/swagger/definitions/item.json >index 2643bc113f..14c110714e 100644 >--- a/api/v1/swagger/definitions/item.json >+++ b/api/v1/swagger/definitions/item.json >@@ -176,6 +176,10 @@ > "new_status": { > "type": ["string", "null"], > "description": "'new' value, whatever free-text information." >+ }, >+ "exclude_from_local_holds_priority": { >+ "type": "boolean", >+ "description": "Exclude this item from local holds priority." > } > }, > "additionalProperties": false, >-- >2.20.1
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 19889
:
105715
|
105716
|
105717
|
105718
|
106435
|
106436
|
106437
|
106438
|
106439
|
106440
|
106441
|
106442
|
107180
|
107187
|
107188
|
107189
|
107190
|
107191
|
107192
|
107193
|
107194
|
107195
|
107196
|
107908
|
107909
|
107910
|
107911
|
107912
|
107913
|
107926
|
107927
|
107928
|
107929
|
107930
|
107931
|
107948
|
108213
|
108214
|
108215
|
108216
|
108217
|
108218
|
108219
|
108220
|
108593
|
108594
|
108595
|
108725
|
108726
|
108728
|
109131
|
109132
|
109285
|
109364
| 109419