[Koha-bugs] [Bug 7976] "Borrow Permission" is not functional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 30 18:24:26 CEST 2015


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

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 37382
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37382&action=edit
Bug 7976: Remove the borrow permission

The borrow permission was used but uselessly.
For instance, at the opac, the flagsrequired parameter was set to
'borrow' but the 'authnotrequired' was set also (which means no auth
required).
At the end, this permission was used at only 1 place: for the basket,
intranet side.
This can be replaced with the catalogue permission (which is used to
search).

Test plan:
1/ Confirm that you are able to show/download/sent the cart (intranet side)
with the catalogue permission.
2/ At the OPAC, you should be able to access the same pages as before
with any other permissions.

Concretely it is quite difficult to test this patch, you should have a
look at the code.

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


More information about the Koha-bugs mailing list