[Bug 7882] Add ability to move and reorder fields in MARC editor
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7882 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #45 from Katrin Fischer <katrin.fischer@bsz-bw.de> ---
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. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org