https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Katrin Fischer <[email protected]> --- As I am the one to blame here I can say something about previous behaviour. Before the new permission was added, there was 'no permission' needed for making suggestions and managing them in Koha. If you had the link to the suggestions page, you could do it. Koha was just hiding the link to the acquisition module from display. So I introduced a new permission to remedy that... but that caused the problem we see now: we have other pages that require very lax permissions (any acq permission). I think what Jonathan suggests, moving this out of acq will be a nice fix for the bug. It will go back to where we were before, but we will have a permission to turn it on and off. Then the next step we should discuss how to split it up for editing etc. Note: I am not a fan of splitting CRUD wise, because this means that you can enter a suggestion with a silly typo (add), but you won't be able to fix it (update) or delete it, if the patron no longer wants it. I think it's better to think about use cases here. Like: allow to change status, allow to enter acq information or similar. -- 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/
