https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23666
--- Comment #10 from Joonas Kylmälä <[email protected]> --- (In reply to Joonas Kylmälä from comment #9) > I noticed there is no update() function for patron attribute. This would be > useful in case there is mandatory attributes defined for patrons. Now having > to use the overwrite method adds additional processing for the client a) > they need to download all attributes and then b) upload all of them > modified. I think it is not a blocker however, just a note that we should > implement it in future. Actually, we cannot user overwrite() even for changing those attributes that are mandatory because the code deletes first all the attributes and then re-adds them! This also showed that we have no exception thrown when trying to delete mandatory attribute. -- 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/
