https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7882
--- Comment #46 from Josef Moravec <[email protected]> --- (In reply to Katrin Fischer from comment #45) > > > > Let [1,2,3,4] be the framework structure > > Let [1,4,2] be the saved record > > > > Currently we load on the framework structure order, giving us > > 1, 2, 3 (empty), 4 > > This does not respect the saved record order. But if we load according do > > the saved record order, where should the empty tag (3) go? Should we place > > it before the saved record's fields or after? Or do some weird half-sorted > > behavior? > > > > before : [3 (empty), 1, 4, 2] > > after : [1, 4, 2, 3 (empty)] > > weird : [1, 3 (empty), 4, 2] > > I'd put the empty ones at the bottom of the list, in alphabetic sequence. +1 -- 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/
