https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39145
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This enhancement to the release notes| |lists feature adds a new | |option to the | |ListOwnershipUponPatronDele | |tion system preference - | |"change owner of public | |lists, delete shared | |lists". | | | |When the patron | |that created a list is | |deleted (and this option is | |set): | |- the owner of any | |public lists are changed | |(to the patron deleting the | |patron, or the patron set | |in ListOwnerDesignated), | |and | |- any shared lists are | |deleted. --- Comment #9 from David Nind <[email protected]> --- Testing notes (using KTD): 1. I used Mary Burton as Patron A, Lisa Charles as Patron B, and Henry A as Patron C. 2. I edited each patron so that I could: - log in as that patron in the OPAC - share lists by adding an email address: added [email protected] as the email 3. To share lists, you need to enable this system preferences: - OpacAllowSharingPrivateLists - set to Allow 4. How to share a list: - Log in as Patron A (Mary) - Under Lists, select share and then share with Patron B (Lisa), email address is [email protected] - To "activate" the shared list: . access the database: koha-mysql kohadev . copy the URL from the email to Patron B (Lisa) to activate the shared list: . select * from message_queue; . copy the URL from the message . login as Patron B in a private browser window (you need to log in as the patron before pasting the link) . paste the URL . accept the shared list 5. When you delete Patron A (Mary) the lists are transferred to the koha patron 6. When you delete Patron B (Lisa) the public list (list3) is transferred to the koha patron, and the private list (list4) is deleted -- 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/
