Bugzilla – Attachment 92705 Details for
Bug 20691
Add ability for guarantors to view guarantee's fines in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20691: (QA follow-up) API-related fixes
Bug-20691-QA-follow-up-API-related-fixes.patch (text/plain), 1.62 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-09-10 18:33:01 UTC
(
hide
)
Description:
Bug 20691: (QA follow-up) API-related fixes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-09-10 18:33:01 UTC
Size:
1.62 KB
patch
obsolete
>From dea5eb100ce5966271d3f24f2837ba29029c939d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 10 Sep 2019 15:09:20 -0300 >Subject: [PATCH] Bug 20691: (QA follow-up) API-related fixes > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/Borrower.pm | 5 +++-- > api/v1/swagger/definitions/patron.json | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index 335da4c7e9..ff22015989 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -1564,9 +1564,10 @@ __PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lbMdmIHlRt+zayG5+Rq4/w > > __PACKAGE__->add_columns( >- '+anonymized' => { is_boolean => 1 }, >+ '+anonymized' => { is_boolean => 1 }, > '+lost' => { is_boolean => 1 }, >- '+gonenoaddress' => { is_boolean => 1 } >+ '+gonenoaddress' => { is_boolean => 1 }, >+ '+privacy_guarantor_fines' => { is_boolean => 1 } > ); > > sub koha_objects_class { >diff --git a/api/v1/swagger/definitions/patron.json b/api/v1/swagger/definitions/patron.json >index 80933957a1..06ed23b9ac 100644 >--- a/api/v1/swagger/definitions/patron.json >+++ b/api/v1/swagger/definitions/patron.json >@@ -244,7 +244,7 @@ > "description": "controls if relatives can see this patron's checkouts" > }, > "privacy_guarantor_fines": { >- "type": "integer", >+ "type": "boolean", > "description": "controls if relatives can see this patron's fines" > }, > "check_previous_checkout": { >-- >2.23.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 20691
:
74968
|
74969
|
74970
|
74971
|
74972
|
74973
|
74974
|
74975
|
89951
|
89952
|
89953
|
89990
|
89991
|
89992
|
89993
|
90093
|
90094
|
90095
|
90096
|
91025
|
91026
|
91159
|
91160
|
91161
|
91162
|
92385
|
92386
|
92387
|
92388
|
92485
|
92700
|
92701
|
92702
|
92703
|
92704
| 92705 |
92897