http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889
--- Comment #1 from M. de Rooy <[email protected]> --- 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? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
