https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346
--- Comment #60 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
