Bug 7523

Summary: Templates should respect serials routing permission
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: SerialsAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Ian Walls <koha.sekjal>
Severity: normal    
Priority: P3 CC: julian.maurice, paul.poulain
Version: 3.6   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 7523: Improve checks for routing permissions
[Signed off] Bug 7523: Improve checks for routing permissions

Description Katrin Fischer 2012-02-10 06:40:37 UTC
Options for routing lists and editing routing lists should only show up, when system preference RoutingSerials is ON and user has correct permissions.
Comment 1 Katrin Fischer 2012-02-19 08:51:05 UTC Comment hidden (obsolete)
Comment 2 Julian Maurice 2012-02-23 09:39:35 UTC
Created attachment 7818 [details] [review]
[Signed off] Bug 7523: Improve checks for routing permissions

 - RoutingSerials is OFF: all links to routing list are removed
 - RoutingSerials is ON and user does not have 'routing' permission: all links to routing list are removed except for 'Print list' in serials-collection.pl
 - RoutingSerials is ON and user have 'routing' permission: all links to routing list are shown

Signed off
Comment 3 Paul Poulain 2012-02-27 17:24:09 UTC
QA comment:
cosmetic changes only: fixing HTML4 coding guideline rule, some PERL6 -tab instead of 4 spaces- and better permission handling

passed QA
Comment 4 Paul Poulain 2012-02-27 17:24:54 UTC
lot of string changes, I think it's worth waiting for 3.8, but chris_n, it's up to you