Bugzilla – Attachment 82279 Details for
Bug 21786
Routes for credits should include library_id
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21786: Add library_id to the spec definitions
Bug-21786-Add-libraryid-to-the-spec-definitions.patch (text/plain), 1.60 KB, created by
Kyle M Hall (khall)
on 2018-11-13 14:55:02 UTC
(
hide
)
Description:
Bug 21786: Add library_id to the spec definitions
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-11-13 14:55:02 UTC
Size:
1.60 KB
patch
obsolete
>From 020a5f8c0e1f01ce22afd0c8ffc1e8858edcee86 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 9 Nov 2018 16:35:31 -0300 >Subject: [PATCH] Bug 21786: Add library_id to the spec definitions > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > api/v1/swagger/definitions/account_line.json | 4 ++++ > api/v1/swagger/definitions/patron_account_credit.json | 4 ++++ > 2 files changed, 8 insertions(+) > >diff --git a/api/v1/swagger/definitions/account_line.json b/api/v1/swagger/definitions/account_line.json >index ba1c7172d4..0d84cb2dc9 100644 >--- a/api/v1/swagger/definitions/account_line.json >+++ b/api/v1/swagger/definitions/account_line.json >@@ -76,6 +76,10 @@ > "user_id": { > "type": "integer", > "description": "Internal patron identifier for the staff member that introduced the account line" >+ }, >+ "library_id": { >+ "type": "string", >+ "description": "Internal identifier for the library in which the transaction took place" > } > } > } >diff --git a/api/v1/swagger/definitions/patron_account_credit.json b/api/v1/swagger/definitions/patron_account_credit.json >index ddb71e3dcc..be33366f2d 100644 >--- a/api/v1/swagger/definitions/patron_account_credit.json >+++ b/api/v1/swagger/definitions/patron_account_credit.json >@@ -10,6 +10,10 @@ > "minimum": 0, > "description": "Credit amount" > }, >+ "library_id": { >+ "type": "string", >+ "description": "Internal identifier for the library in which the transaction took place" >+ }, > "account_lines_ids": { > "type": "array", > "items": { >-- >2.17.2 (Apple Git-113)
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 21786
:
82198
|
82199
|
82200
|
82279
|
82280
|
82281
|
83529
|
83530
|
83531
|
83532
|
83533