-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
Due to #REPOSITORY-399 traversableParent.getChildPosition(zoneItem) returns a long and traversableParent.getChildAt(targetPosition) requires a long.
To keep retro-compatibility, a cast from long to int has been added in FrontEditionHelper.moveZoneItemId
Before 4.2 release, this cast should be removed (and this will break retro-compatibility.