Bugzilla – Attachment 188343 Details for
Bug 40517
Allow grouping existing holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40517: (QA follow-up): Fix xt/api.t
Bug-40517-QA-follow-up-Fix-xtapit.patch (text/plain), 1.41 KB, created by
Pedro Amorim
on 2025-10-23 11:43:35 UTC
(
hide
)
Description:
Bug 40517: (QA follow-up): Fix xt/api.t
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-10-23 11:43:35 UTC
Size:
1.41 KB
patch
obsolete
>From c6a7831d96e2562e4d4411dd19686d56cf12c574 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Thu, 23 Oct 2025 11:42:33 +0000 >Subject: [PATCH] Bug 40517: (QA follow-up): Fix xt/api.t > >prove -v xt/api.t >--- > api/v1/swagger/paths/patrons_hold_groups.yaml | 1 + > api/v1/swagger/swagger.yaml | 3 +++ > 2 files changed, 4 insertions(+) > >diff --git a/api/v1/swagger/paths/patrons_hold_groups.yaml b/api/v1/swagger/paths/patrons_hold_groups.yaml >index 94be6a5ed1e..bb8f9a2a706 100644 >--- a/api/v1/swagger/paths/patrons_hold_groups.yaml >+++ b/api/v1/swagger/paths/patrons_hold_groups.yaml >@@ -74,6 +74,7 @@ > - hold_groups > summary: Add hold group. May contain hold ids of existing holds > parameters: >+ - $ref: "../swagger.yaml#/parameters/patron_id_pp" > - name: body > in: body > description: A JSON object containing informations about the new hold group >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index d95e7b3fbf8..14e41bd327f 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -1261,6 +1261,9 @@ tags: > - description: "Manage holds\n" > name: holds > x-displayName: Holds >+ - description: "Manage hold groups\n" >+ name: hold_groups >+ x-displayName: Hold groups > - description: "Manage identity providers\n" > name: identity_providers > x-displayName: Identity providers >-- >2.39.5
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 40517
:
184640
|
184641
|
184642
|
184643
|
184644
|
184645
|
184646
|
184729
|
184732
|
184733
|
184734
|
184735
|
184736
|
184737
|
184738
|
184739
|
185217
|
186672
|
186673
|
186674
|
186675
|
186676
|
186677
|
186678
|
186679
|
186680
|
186745
|
186746
|
186747
|
186748
|
186749
|
186750
|
186751
|
186752
|
186753
|
187789
|
187790
|
187791
|
187792
|
187793
|
187794
|
187795
|
187796
|
187797
|
187801
|
187802
|
187803
|
187804
|
187805
|
187806
|
187807
|
187808
|
187809
|
187810
|
187811
|
187812
|
187965
|
187966
|
187967
|
187968
|
187969
|
187970
|
187971
|
187972
|
187973
|
187974
|
187975
|
187976
|
188293
|
188294
| 188343 |
188422