Summary: | Routing lists tab not present when viewing 'Holds history' tab for a patron | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Patrons | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle.m.hall, m.de.rooy, pierre.genty |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 19621 - Use preference check on template side to display/not display Routing lists tab
Bug 19621 - Use preference check on template side to display/not display Routing lists tab Bug 19621 - Use preference check on template side to display/not display Routing lists tab |
Description
Nick Clemens (kidclamp)
2017-11-13 17:18:35 UTC
Created attachment 69132 [details] [review] Bug 19621 - Use preference check on template side to display/not display Routing lists tab Currently we pass a param to control display - the param is a just a check of syspref so can be done directly form template To test: 1 - Enable RoutingSerials syspref 2 - Open a patron record 3 - Click through the tabs on the left side of the screen 4 - Note that 'Routing lists' is visible on all screens except 'Holds history' 5 - Apply patch 6 - 'Routing lists' should now be visible in all tabs. Created attachment 69171 [details] [review] Bug 19621 - Use preference check on template side to display/not display Routing lists tab Patch applies without issue and functions as described. Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au> Seems an enh to me I's argue for bug - it appears on all other tabs and disappears on one, not adding a new page, just fixing to how it 'should' work It does hit a few pages, so fine either way I agree with Nick - inconsistent behaviour, you don't expect for menu items to go missing when changing the tab. Created attachment 70091 [details] [review] Bug 19621 - Use preference check on template side to display/not display Routing lists tab Patch applies without issue and functions as described. Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 18.05, thanks to everybody involved! Awesome work all, pushed to stable for 17.11.02 Pushed to 17.05.x for v17.05.08 |