https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39334
Bug ID: 39334
Summary: Preserve order when saving patron attributes
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Patrons
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
A changed introduced in Bug 26744 affects the order in which patron attribtes
are saved, so that one no longer can rely on that the attribute ids are
assigned in the same order as the data was passed in. This has very minor
implications in Koha itself. since attributes are sorted by other columns when
retrieved. but many tests in
t/db_dependent/api/v1/patrons_extended_attributes.t now fail because of this.
This patch makes sure the order is preserved when saving the attributes, and
tests should now work again.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/