[Bug 13631] New: Permission description wrong for catalogue and staffaccess
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13631 Bug ID: 13631 Summary: Permission description wrong for catalogue and staffaccess Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com At the moment, the description for "staffaccess" is "Required for staff login. Staff access, allows viewing of catalogue in staff client." However, this isn't true. This is true for the "catalogue" preference, which currently reads "View Catalog (Librarian Interface)". I propose just creating better descriptions. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13631 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Oh no... we store the descriptions in the "userflags" and "permissions" tables. This makes it a bit of a pain to update, and also makes it impossible to translate. Yikes! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13631 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- So I'm working on using Template Toolkit BLOCKs instead of using the database for storing these description strings. Ideally, it would be nice to store these in a separate file, but it looks like you can't process blocks from an external file without using the EXPOSE_BLOCKS => 1 option in the Template->new() constructor. So for now I guess I'll just keep the BLOCKs in member-flags.tt. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13631 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13632 CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13631 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |dcook@prosentient.com.au |ity.org | --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Figured out the BLOCK stuff on Bug 13632. I'll wait to see what happens on Bug 13632 before fixing the descriptions here... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org