[Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 9 16:27:38 CEST 2021


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

--- Comment #60 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
can_biblios_be_added

if $borrowernumber
      and ( ( $self->owner == $borrowernumber && $self->allow_change_from_owner
) or ( $self->allow_change_from_staff &&
$patron->can_patron_change_staff_only_lists ) or
$self->allow_change_from_others );

Isnt it actually strange that you could be the owner of a list, being a staff
member, but without the staff_only_lists perm, and you cannot even add or
remove one book to your own list ?

Note that as owner you still can manage or delete the whole list!
Do we need a more clear definition of what "staff only" actually means?
I would think more of an extension to staff users..

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


More information about the Koha-bugs mailing list