Bugzilla – Attachment 165965 Details for
Bug 36481
Add GET /libraries/:library_id/cash_registers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36481: (QA follow-up) Rename branch_default to library_default
Bug-36481-QA-follow-up-Rename-branchdefault-to-lib.patch (text/plain), 1.50 KB, created by
Martin Renvoize (ashimema)
on 2024-05-01 12:50:29 UTC
(
hide
)
Description:
Bug 36481: (QA follow-up) Rename branch_default to library_default
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-01 12:50:29 UTC
Size:
1.50 KB
patch
obsolete
>From 49ac4975908b1632a0b73f8912399958f87046ec Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 1 May 2024 13:48:35 +0100 >Subject: [PATCH] Bug 36481: (QA follow-up) Rename branch_default to > library_default > >Use agreed terminology > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Cash/Register.pm | 5 +++-- > api/v1/swagger/definitions/cash_register.yaml | 4 ++-- > 2 files changed, 5 insertions(+), 4 deletions(-) > >diff --git a/Koha/Cash/Register.pm b/Koha/Cash/Register.pm >index ef83180f326..1f794bfaefb 100644 >--- a/Koha/Cash/Register.pm >+++ b/Koha/Cash/Register.pm >@@ -242,8 +242,9 @@ on the API. > > sub to_api_mapping { > return { >- branch => 'library_id', >- id => 'cash_register_id', >+ branch => 'library_id', >+ id => 'cash_register_id', >+ branch_default => 'library_default', > }; > } > >diff --git a/api/v1/swagger/definitions/cash_register.yaml b/api/v1/swagger/definitions/cash_register.yaml >index 6eb39b5a339..8a2a16481b2 100644 >--- a/api/v1/swagger/definitions/cash_register.yaml >+++ b/api/v1/swagger/definitions/cash_register.yaml >@@ -23,9 +23,9 @@ properties: > archived: > type: boolean > description: If this till is archived >- branch_default: >+ library_default: > type: boolean >- description: If this till is the branch default >+ description: If this till is the library default > additionalProperties: false > required: > - cash_register_id >-- >2.44.0
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 36481
:
164228
|
164237
|
164415
| 165965 |
169285