Closed (duplicate)
Project:
Relation Select
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2012 at 23:40 UTC
Updated:
27 Feb 2016 at 22:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
steveoliver commentedNew fields are unindexed array items, and when pushed in the mix with the integer indexed array, each new row gets overwritten by the existing numeric row.
Comment #2
steveoliver commentedThis seems to work for me.
Comment #3
reaperdk@boss commentedThis path does not work for me.
Comment #4
Canu667 commentedThe attached fix works for me. I partially used the previous patch. Had some problems with adding then removing an element, so I added an additional operation of reindexing the array in Javascript after an element is removed.
Comment #5
steveoliver commentedMarking this a duplicate of the now Fixed issue #2666006: Newly added relation, when being re-ordered from last position, does not get saved.