Bug 37850 - branchillemail missing from public libraries REST endpoint
Summary: branchillemail missing from public libraries REST endpoint
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Kyle M Hall (khall)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-05 18:46 UTC by Pedro Amorim
Modified: 2024-09-26 18:14 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 37850: Add branchillemail to libraries public REST endpoint (1.03 KB, patch)
2024-09-05 18:48 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 37850: Add branchillemail to libraries public REST endpoint (1.08 KB, patch)
2024-09-26 18:01 UTC, Maryse Simard
Details | Diff | Splinter Review
Bug 37850: Add branchillemail to libraries public REST endpoint (1.16 KB, patch)
2024-09-26 18:14 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Amorim 2024-09-05 18:46:53 UTC

    
Comment 1 Pedro Amorim 2024-09-05 18:48:43 UTC
Created attachment 171102 [details] [review]
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
Comment 2 Maryse Simard 2024-09-26 18:01:30 UTC
Created attachment 172000 [details] [review]
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>
Comment 3 Kyle M Hall (khall) 2024-09-26 18:14:13 UTC
Created attachment 172003 [details] [review]
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>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>