[Koha-bugs] [Bug 22868] Separate Permissions for "Manage Purchase Suggestions" and "Enter Purchase Suggestions"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 14 08:37:19 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list