[Koha-bugs] [Bug 19323] subscription edit permission issue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 15 11:28:14 CEST 2017


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

--- Comment #1 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 67141
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67141&action=edit
Bug 19323: subscription edit permission issue

If a librarian has edit_subscription but not create_subscription :
When trying to edit a subscription, after saving permission is denied.

This is because permissions in serials/subscription-add.pl depends on arg 'op'
and on edit this arg starts with 'modify' but changes to 'modsubscription' when
saving.

Test plan :
- Create a user with staff access
- Define its permissions on serials : only edit_subscription
- Edit a subscription
- Click 'Next'
- Click 'Test prediction pattern'
- Click 'Save subscription'
=> Without patch you get to page serials/subscription-add.pl with permission
denied
=> With patch subscription is saved and you get to subscription details page

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list