https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26744
--- Comment #59 from David Gustafsson <[email protected]> --- I'm not sure about now patches for bugs that has already been push are handled, should I have created a new bug for this? Posting the patch her meanwhile. It was the insertion order that was the issue, but I initially put the code that checks for required types before storing the attributes, while it previously was the other way around, so tests failed since some errors that exceptions where thrown in a different order, so when there where many validation errors a different one showed up in the tests. When preserving the same order as before all tests pass. -- 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/
