https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8326
--- Comment #8 from David Nind <[email protected]> --- (In reply to Jonathan Druart from comment #6) > Sorry David, I completely forgot this patch. > There were some bugs indeed! > I've improved the test plan a bit, hope it makes more sense now. Thanks Jonathan! The logic all seems to work for me: - For the unique flag: . if unique is set, you can't add the same value to other patrons . if not set and multiple patrons with the same value, you can't make it unique until you make the values unique for all patrons - For the repeatable flag: . you can't unset it until any repeatable values are removed from patrons . you can set it as repeatable if it wasn't repeatable before David -- 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/
