You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a new object to the children of a document inserts the new object always at the end of the children regardless of the position of the new child in the collection. In comparison to that, reordering existing children in the collection has the desired effect (if the backend supports ordered children).
Will try to create a failing test.
The text was updated successfully, but these errors were encountered:
Adding a new object to the children of a document inserts the new object always at the end of the children regardless of the position of the new child in the collection. In comparison to that, reordering existing children in the collection has the desired effect (if the backend supports ordered children).
Will try to create a failing test.
The text was updated successfully, but these errors were encountered: