Bug 11920 - Staff pages should default to requiring "catalogue" permission
Summary: Staff pages should default to requiring "catalogue" permission
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Authentication (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 22:04 UTC by Galen Charlton
Modified: 2018-05-16 22:23 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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?