Bugzilla – Attachment 59899 Details for
Bug 17927
REST API: /holds and /patrons attributes have wrong types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17927: (QA followup) Fix timestamp nullable in hold.json
Bug-17927-QA-followup-Fix-timestamp-nullable-in-ho.patch (text/plain), 915 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-02-03 18:58:32 UTC
(
hide
)
Description:
Bug 17927: (QA followup) Fix timestamp nullable in hold.json
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-02-03 18:58:32 UTC
Size:
915 bytes
patch
obsolete
>From c6fc3cf1178b2b37940e3500956d65fea32d5b4b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 3 Feb 2017 15:57:42 -0300 >Subject: [PATCH] Bug 17927: (QA followup) Fix timestamp nullable in hold.json > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/definitions/hold.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/definitions/hold.json b/api/v1/swagger/definitions/hold.json >index f1110f21c3..5f4131860d 100644 >--- a/api/v1/swagger/definitions/hold.json >+++ b/api/v1/swagger/definitions/hold.json >@@ -43,7 +43,7 @@ > "description": "a one letter code defining what the status of the hold is after it has been confirmed" > }, > "timestamp": { >- "type": "string", >+ "type": ["string", "null"], > "description": "date and time the hold was last updated" > }, > "itemnumber": { >-- >2.11.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 17927
:
59386
|
59387
|
59388
| 59899