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
Attach a media to the model, after registering the media collection as a single file.
Attach another media to the model (basically have 1 media item with order 2)
Move another media from another model to this one
Expected: the new media would belong to the model
Actual: the old media belongs to the model
This can be replicated with other steps as well, for example:
Have a model with 2 media items (which have order 1 and 2)
Move a media item from another model (that has the order 1)
The copied media has order 1, not 3. Biggest issue is in Single model collections.
Because copy persist the order of the media, of that order number is lower than the latest entry you have for the model, then the order of the collection is broken. When using single file collection it completely breaks the copy functionality.
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Expected: the new media would belong to the model
Actual: the old media belongs to the model
This can be replicated with other steps as well, for example:
Have a model with 2 media items (which have order 1 and 2)
Move a media item from another model (that has the order 1)
The copied media has order 1, not 3. Biggest issue is in Single model collections.
Because copy persist the order of the media, of that order number is lower than the latest entry you have for the model, then the order of the collection is broken. When using single file collection it completely breaks the copy functionality.
Issue introduced with the optimisation in #2840
The text was updated successfully, but these errors were encountered: