[Koha-bugs] [Bug 13417] New permission to allow staff to remove public lists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 11 14:17:48 CET 2014


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

--- Comment #8 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
(In reply to Jonathan Druart from comment #6)
> If not user is logged.
> This code is used for intranet and opac.

Ah, OK.
Its because of line 455 in C4/VirtualShelves.pm :
    $user=0 unless $user;

This has an impact : database user as $user=0 so he will not have this
permission.
Its not a big deal since this database user should be used only to manage staff
users.

Nice job Jonathan ;)

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


More information about the Koha-bugs mailing list