Bugzilla – Attachment 182020 Details for
Bug 39835
Tidy is_boolean / tinyint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39835: (follow-up) Fix API specs to check for boolean
Bug-39835-follow-up-Fix-API-specs-to-check-for-boo.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2025-05-07 12:09:44 UTC
(
hide
)
Description:
Bug 39835: (follow-up) Fix API specs to check for boolean
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-05-07 12:09:44 UTC
Size:
1.47 KB
patch
obsolete
>From bfce4643b6ac981913df7e44c1fbe8301317d609 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Wed, 7 May 2025 09:37:49 +0100 >Subject: [PATCH] Bug 39835: (follow-up) Fix API specs to check for boolean > >Amended-by: Jonathan Druart >Removed changes to item.yaml >--- > api/v1/swagger/definitions/patron.yaml | 2 +- > api/v1/swagger/definitions/patron_category.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/api/v1/swagger/definitions/patron.yaml b/api/v1/swagger/definitions/patron.yaml >index 4adf5dcd534..4b61ae2d463 100644 >--- a/api/v1/swagger/definitions/patron.yaml >+++ b/api/v1/swagger/definitions/patron.yaml >@@ -320,7 +320,7 @@ properties: > type: integer > description: patron's privacy settings related to their checkout history > privacy_guarantor_checkouts: >- type: integer >+ type: boolean > description: controls if relatives can see this patron's checkouts > privacy_guarantor_fines: > type: boolean >diff --git a/api/v1/swagger/definitions/patron_category.yaml b/api/v1/swagger/definitions/patron_category.yaml >index 67235817840..072b805e668 100644 >--- a/api/v1/swagger/definitions/patron_category.yaml >+++ b/api/v1/swagger/definitions/patron_category.yaml >@@ -32,7 +32,7 @@ properties: > description: Age limit for the patron > lower_age_limit: > type: >- - number >+ - boolean > - "null" > description: The minimum age required for the patron category > enrolment_fee: >-- >2.34.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 39835
:
181924
|
181925
|
181926
|
181927
|
181971
|
182015
| 182020 |
182021