https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40396
--- Comment #5 from David Cook <[email protected]> --- In theory we need the following: 1. Syspref to enable/disable Lists feature for staff interface 2. Syspref to enable/disable Lists feature for OPAC 3. Borrower permissions for individual operations for private lists and for public lists (regardless of interface) 4. List permissions for individual operations (like "Allow changes to contents from") for individual lists At the moment, we have a syspref that enables/disables the feature for both interfaces. We have borrower permissions that apply to public lists just in the staff interface. We have a syspref that provides pseudo-borrower permissions for public lists just in the OPAC. We do have the list permissions. -- To me... I think if you want to make changes to contents to public lists, you should have to have the "edit_public_list_contents" borrower permission regardless of the list permissions. The difficulty arises if you have "create_public_lists" and not "edit_public_list_contents", but... that's arguably just a user management problem. Not a permission problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
