Jonathon Menz c6bcfea3e3 BUG: FieldList::changeFieldOrder() leftovers discarded
Logical error. Use of + operator means items from second array are only merged if the key does not already appear in the first array. The first array has numeric keys 0,1,2 etc. The second array is keyed by field name, but array_values() resets the keys to be numberic starting at 0. This means that some or all leftovers are discarded instead of appended.
2015-05-17 09:09:35 -07:00
..
2013-12-21 15:05:51 +13:00
2015-03-20 18:27:30 +13:00
2014-08-06 16:29:52 +12:00
2013-10-09 11:51:29 +01:00
2015-05-07 21:26:11 +01:00