[Koha-bugs] [Bug 9032] Share a list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 5 16:55:39 CET 2014


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

--- Comment #48 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 25862
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25862&action=edit
Bug 9032: Consistent behavior when deleting lists

DelShelf deletes a list regardless whether it is private, shared or
public. HandleDelBorrower had another approach, trying to save shared
and public lists by setting the owner to NULL.
This patch makes both routines behave consistent.
A new report 11889 has been opened to discuss the 'disowning' feature.

Test plan:
Create a list P1 with user1 that allows adding by other users.
Add a patron (user2).
Login as user2 and create some lists, add some items.
Let user2 add some entries to P1 too.
Delete patron user2.
Verify that his lists are gone, but his entries in P1 are kept (nullified).

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


More information about the Koha-bugs mailing list