Bugzilla – Attachment 169177 Details for
Bug 28924
Allow checkout fine limit to be determined by patron category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28924: (follow-up): Fix API spec
Bug-28924-follow-up-Fix-API-spec.patch (text/plain), 1.45 KB, created by
Matt Blenkinsop
on 2024-07-19 07:17:02 UTC
(
hide
)
Description:
Bug 28924: (follow-up): Fix API spec
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-07-19 07:17:02 UTC
Size:
1.45 KB
patch
obsolete
>From 2bee56e060a6afb367b454f2899ab762a24aac1c Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 19 Jul 2024 07:16:10 +0000 >Subject: [PATCH] Bug 28924: (follow-up): Fix API spec > >This patch fixes the API definition for a patron category, as highlighted by the failing tests >--- > api/v1/swagger/definitions/patron_category.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > >diff --git a/api/v1/swagger/definitions/patron_category.yaml b/api/v1/swagger/definitions/patron_category.yaml >index ec3c87aa9c0..dce7d2555f2 100644 >--- a/api/v1/swagger/definitions/patron_category.yaml >+++ b/api/v1/swagger/definitions/patron_category.yaml >@@ -100,6 +100,21 @@ properties: > - boolean > - "null" > description: Exclude patrons of this category from local holds priority >+ noissuescharge: >+ type: >+ - number >+ - "null" >+ description: Maximum amount outstanding before checkouts are blocked >+ noissueschargeguarantees: >+ type: >+ - number >+ - "null" >+ description: Maximum amount that the guarantees of a patron in this category can have outstanding before checkouts are blocked >+ noissueschargeguarantorswithguarantees: >+ type: >+ - number >+ - "null" >+ description: Maximum amount that the guarantors with guarantees of a patron in this category can have outstanding before checkouts are blocked > additionalProperties: false > required: > - patron_category_id >-- >2.39.3 (Apple Git-146)
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 28924
:
165870
|
165871
|
165872
|
165873
|
165874
|
165875
|
165876
|
166042
|
166043
|
166044
|
166045
|
166046
|
166047
|
166048
|
166171
|
166172
|
166173
|
166174
|
166175
|
166176
|
166177
|
167719
|
167720
|
167721
|
167722
|
167723
|
167724
|
167725
|
167726
|
167727
|
167728
|
167729
|
167730
|
167731
|
167732
|
167733
|
167734
|
167735
|
167736
|
167737
|
167738
|
167739
|
167740
|
168728
|
168729
|
168730
|
168731
|
168732
|
168733
|
168734
|
168735
|
168736
|
168737
|
168738
|
168984
|
168985
|
168986
|
168987
|
168988
|
168989
|
168990
|
168991
|
168992
|
168993
|
168994
|
168995
| 169177 |
169428