Bug 11920

Summary: Staff pages should default to requiring "catalogue" permission
Product: Koha Reporter: Galen Charlton <gmcharlt>
Component: AuthenticationAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dpavlin
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:
Circulation function:

Description Galen Charlton 2014-03-10 22:04:54 UTC
To reduce the risk of issues like the oversight repaired by commit e9903d7 [1], get_template_and_user() should be modified so that if flagsrequired is not supplied, permissions should default to { catalogue => 1 } when the type is "intranet".

[1] http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e9903d760e41410bf871053ccccf00c3a037862d
Comment 1 Katrin Fischer 2018-05-16 22:23:38 UTC
Is this something we are still interested in doing?