Bug 28731

Summary: Subroutines not explicitly imported in reports svc (opac and staff)
Product: Koha Reporter: Nick Clemens <nick>
Component: ReportsAssignee: Nick Clemens <nick>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.11.00
Bug Depends on: 17600    
Bug Blocks:    
Attachments: Bug 28371: (bug 17600 follow-up) Import necessary subroutines in reports svc endpoint
Bug 28731: (bug 17600 follow-up) Import necessary subroutines in reports svc endpoint

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!