Bugzilla – Attachment 172000 Details for
Bug 37850
branchillemail missing from public libraries REST endpoint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37850: Add branchillemail to libraries public REST endpoint
Bug-37850-Add-branchillemail-to-libraries-public-R.patch (text/plain), 1.08 KB, created by
Maryse Simard
on 2024-09-26 18:01:30 UTC
(
hide
)
Description:
Bug 37850: Add branchillemail to libraries public REST endpoint
Filename:
MIME Type:
Creator:
Maryse Simard
Created:
2024-09-26 18:01:30 UTC
Size:
1.08 KB
patch
obsolete
>From 73b324638230aca3b0583b0f12e8c893c4881049 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 5 Sep 2024 18:47:20 +0000 >Subject: [PATCH] Bug 37850: Add branchillemail to libraries public REST > endpoint > >To test, before applying patch: >1) Visit <opac_url>/api/v1/public/libraries >2) Notice illemail is not shown for each library >3) Apply patch. Restart plack >4) Repeat 1). Notice illemail is now shown for each library > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> >--- > Koha/Library.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Library.pm b/Koha/Library.pm >index e9a53fd939..2fb7e4fef3 100644 >--- a/Koha/Library.pm >+++ b/Koha/Library.pm >@@ -335,7 +335,8 @@ sub public_read_list { > 'branchcode', 'branchname', 'branchaddress1', > 'branchaddress2', 'branchaddress3', 'branchzip', > 'branchcity', 'branchstate', 'branchcountry', >- 'branchfax', 'branchemail', 'branchurl' >+ 'branchfax', 'branchemail', 'branchurl', >+ 'branchillemail' > ]; > } > >-- >2.43.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 37850
:
171102
|
172000
|
172003
|
173042