http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889 Christopher Brannon <cbrannon@cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon@cdalibrary.org --- Comment #3 from Christopher Brannon <cbrannon@cdalibrary.org> --- (In reply to M. de Rooy from comment #1)
Please see bug 9032 also. One of the last patches on that report made Koha behavior consistent when deleting a list or deleting a patron. But what if we would like to keep public lists or shared lists when deleting a patron that owned these lists?
We could add a syspref that controlled this. If enabled, we could allow owner NULL for public and shared lists if the patron is deleted, or if the patron deletes one of those lists. (Instead of the NULL value, we could also move them to a designated patron for this purpose.)
In the attachment some code that shows what should go into HandleDelBorrower. Similar changes should be made to DelShelf.
What do you think? Is this a welcome feature or is it confusing and should we just delete these lists?
Lists should not just automatically be deleted. It should be a preference. Some public lists created by a former staff account, for example. Christopher -- You are receiving this mail because: You are watching all bug changes.