Bugzilla – Attachment 159955 Details for
Bug 26297
Add a route to list patron categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26297: (QA Follow-up);
Bug-26297-QA-Follow-up.patch (text/plain), 1.67 KB, created by
Pedro Amorim
on 2023-12-18 11:57:54 UTC
(
hide
)
Description:
Bug 26297: (QA Follow-up);
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-12-18 11:57:54 UTC
Size:
1.67 KB
patch
obsolete
>From 6707af619238780aa8e5ccd5f9ffecb1567b1e6d Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 18 Dec 2023 11:57:32 +0000 >Subject: [PATCH] Bug 26297: (QA Follow-up); > >Rename dateofbirthrequired from date_of_birth_required to lower_age_limit in api_mapping >--- > Koha/Patron/Category.pm | 2 +- > api/v1/swagger/definitions/patron_category.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Patron/Category.pm b/Koha/Patron/Category.pm >index d42c6a4f70..2967abe039 100644 >--- a/Koha/Patron/Category.pm >+++ b/Koha/Patron/Category.pm >@@ -244,7 +244,7 @@ sub to_api_mapping { > enrolmentperioddate => 'enrolment_period_date', > password_expiry_days => 'password_expiry_days', > upperagelimit => 'upper_age_limit', >- dateofbirthrequired => 'date_of_birth_required', >+ dateofbirthrequired => 'lower_age_limit', > finetype => undef, # Unused > bulk => undef, # Unused > enrolmentfee => 'enrolment_fee', >diff --git a/api/v1/swagger/definitions/patron_category.yaml b/api/v1/swagger/definitions/patron_category.yaml >index 647a6c5d57..b61bb177ec 100644 >--- a/api/v1/swagger/definitions/patron_category.yaml >+++ b/api/v1/swagger/definitions/patron_category.yaml >@@ -31,7 +31,7 @@ properties: > - number > - "null" > description: Age limit for the patron >- date_of_birth_required: >+ lower_age_limit: > type: > - boolean > - "null" >-- >2.30.2
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 26297
:
159714
|
159715
|
159716
|
159717
|
159722
|
159921
|
159922
|
159923
|
159924
|
159955
|
160412
|
161450
|
161451
|
161484
|
161485
|
161486
|
161487
|
161488
|
161496
|
165390
|
165391
|
165392
|
165393
|
165453
|
165655
|
165827