Bugzilla – Attachment 54685 Details for
Bug 13895
Add routes for checkouts retrieval and renewal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13895: Reword borrowers to patrons in tags
Bug-13895-Reword-borrowers-to-patrons-in-tags.patch (text/plain), 1.39 KB, created by
Julian Maurice
on 2016-08-22 12:43:00 UTC
(
hide
)
Description:
Bug 13895: Reword borrowers to patrons in tags
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2016-08-22 12:43:00 UTC
Size:
1.39 KB
patch
obsolete
>From edf080c5a72ceb3474f6421512c6bfb77246dcb4 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <larit@student.uef.fi> >Date: Tue, 9 Aug 2016 14:37:03 +0300 >Subject: [PATCH] Bug 13895: Reword borrowers to patrons in tags > >We probably want to use patrons instead of borrowers; otherwise we would have >both tags since /patrons adds "patrons" as well. > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > api/v1/swagger.json | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/api/v1/swagger.json b/api/v1/swagger.json >index 68eeea6..ad11c17 100644 >--- a/api/v1/swagger.json >+++ b/api/v1/swagger.json >@@ -336,7 +336,7 @@ > "/checkouts": { > "get": { > "operationId": "listCheckouts", >- "tags": ["borrowers", "checkouts"], >+ "tags": ["patrons", "checkouts"], > "parameters": [ > { > "name": "borrowernumber", >@@ -372,7 +372,7 @@ > "/checkouts/{checkout_id}": { > "get": { > "operationId": "getCheckout", >- "tags": ["borrowers", "checkouts"], >+ "tags": ["patrons", "checkouts"], > "parameters": [ > { > "name": "checkout_id", >@@ -400,7 +400,7 @@ > }, > "put": { > "operationId": "renewCheckout", >- "tags": ["borrowers", "checkouts"], >+ "tags": ["patrons", "checkouts"], > "parameters": [ > { > "name": "checkout_id", >-- >2.1.4
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 13895
:
37146
|
40104
|
40143
|
40588
|
41163
|
41548
|
45817
|
50021
|
51303
|
53816
|
53817
|
53878
|
53889
|
53890
|
53891
|
53901
|
53924
|
54196
|
54685
|
54951
|
56167
|
56506
|
58387
|
69123
|
84765
|
85458
|
85459
|
85460
|
85461
|
85462
|
85463
|
85464
|
85676
|
86120
|
86576
|
86579
|
86580
|
87105
|
87106
|
87107
|
87108
|
87109
|
87110
|
87111
|
87112
|
87113
|
87114
|
87115
|
87200