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
When a media file is replaced with the option Delete the old version unchecked, the old version remains hidden after replacement, which causes duplicate errors when trying to add a media with the same name (after we delete the replaced version).
The expected behaviour should have been that when we delete the file, the latest old version becomes visible in the Grid.
Steps to Reproduce:
Add media
Add a media file named media-1.
Note the media ID (e.g., 9531).
Replace media
Replace the existing media file with another file, media-replaced, and ensure the option Delete the old version is unchecked.
Old version of the media persisted with ID 9531
New version gets new ID 9532
Remove the new media
Remove ID 9532 and select Force delete from any existing layout assignments
Expected Behaviour:
The old media (ID 9531) should appear as the new media for 9532
Actual Behaviour:
The old version media file (ID 9531) still hidden from the Library grid.
There is no media-1 image in the Library
Note that, currently an attempt to add the media file media-1.png again results in an error message is displayed: You already own media with this name, please choose another. which is expected.
The text was updated successfully, but these errors were encountered:
When a media file is replaced with the option Delete the old version unchecked, the old version remains hidden after replacement, which causes duplicate errors when trying to add a media with the same name (after we delete the replaced version).
The expected behaviour should have been that when we delete the file, the latest old version becomes visible in the Grid.
Steps to Reproduce:
Add media
media-1
.9531
).Replace media
media-replaced
, and ensure the optionDelete the old version
is unchecked.9531
9532
Remove the new media
9532
and selectForce delete from any existing layout assignments
Expected Behaviour:
9531
) should appear as the new media for9532
Actual Behaviour:
9531
) still hidden from the Library grid.Note that, currently an attempt to add the media file
media-1.png
again results in an error message is displayed:You already own media with this name, please choose another.
which is expected.The text was updated successfully, but these errors were encountered: