[Koha-bugs] [Bug 14354] Only superlibrarian should see edit links for other branches' items in staff detail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 14 19:15:04 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14354

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 41003
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41003&action=edit
Bug 14354: Prevent edition of items from other branches if IndependentBranches
is on

If IdependentBranches is ON, to edit/delete items from other branches
you need to be superlibrarian.
Currently a "simple" staff user cannot edit them from the edit item page
but from the catalogue detail page.

The edit links should not be displayed on this table.

Test plan:
O/ Set IndependentBranches to "Prevent".
Create a record and add 2 items:
   Set homebranch to L1 for item I1.
   Set homebranch to L2 for item I2.
1/ With a superlibrarian user, you should be able to edit both items.
2/ With a "simple" user attached to L1, you should only be able to edit
I1. The edit links should not be displayed for I2.

Note that the checkbox is displayed on the catalogue detail page (item
list), but on the batch tools, it won't be possible to select non-modifiable
items.

TODO: Add a server-side check. Indeed it is still possible to edit an
item if the user know the url.

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


More information about the Koha-bugs mailing list