Bug 28731 - Subroutines not explicitly imported in reports svc (opac and staff)
Summary: Subroutines not explicitly imported in reports svc (opac and staff)
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Nick Clemens
QA Contact: Testopia
URL:
Keywords:
Depends on: 17600
Blocks:
  Show dependency treegraph
 
Reported: 2021-07-21 14:54 UTC by Nick Clemens
Modified: 2022-06-06 20:25 UTC (History)
2 users (show)

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


Attachments
Bug 28371: (bug 17600 follow-up) Import necessary subroutines in reports svc endpoint (1.36 KB, patch)
2021-07-21 14:57 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 28731: (bug 17600 follow-up) Import necessary subroutines in reports svc endpoint (1.38 KB, patch)
2021-07-21 15:04 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2021-07-21 14:54:29 UTC

    
Comment 1 Nick Clemens 2021-07-21 14:57:03 UTC
Created attachment 123014 [details] [review]
Bug 28371: (bug 17600 follow-up) Import necessary subroutines in reports svc endpoint

TO test:
 1 - Write a report
 2 - Click the svc link in the saved reports list
 3 - ISE
 4 - Make report public
 5 - Click the svc link in saved reports list
 6 - ISE
 7 - Apply patch
 8 - Comfirm opac/public link works
 9 - Make report not public
10 - Confirm the internal svc link works
Comment 2 Jonathan Druart 2021-07-21 15:04:32 UTC
Created attachment 123015 [details] [review]
Bug 28731: (bug 17600 follow-up) Import necessary subroutines in reports svc endpoint

TO test:
 1 - Write a report
 2 - Click the svc link in the saved reports list
 3 - ISE
 4 - Make report public
 5 - Click the svc link in saved reports list
 6 - ISE
 7 - Apply patch
 8 - Comfirm opac/public link works
 9 - Make report not public
10 - Confirm the internal svc link works

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 3 Jonathan Druart 2021-07-21 15:05:15 UTC
Patch pushed to master for 21.11.00

Thanks Nick!