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_folder and public_folder are used for a specific collection, the uploaded images for that collection aren't deleted when a collection item is deleted.
The index.md file is deleted, but the containing folder, including the uploaded image, are preserved.
Expected behavior
The image and folder structure of the post should be deleted too, since the image can't be referenced by other posts or any other collection items (See #5910). For the same reason they can't be referenced everywhere else, they also cannot be deleted from anywhere else in netlify-cms.
Applicable Versions:
Netlify CMS version: 2.15.72
Git provider: Gitlab
OS: macOS
Browser version: Firefox 108.0.1
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When a
media_folder
andpublic_folder
are used for a specific collection, the uploaded images for that collection aren't deleted when a collection item is deleted.To Reproduce
index.md
file is deleted, but the containing folder, including the uploaded image, are preserved.Expected behavior
The image and folder structure of the post should be deleted too, since the image can't be referenced by other posts or any other collection items (See #5910). For the same reason they can't be referenced everywhere else, they also cannot be deleted from anywhere else in netlify-cms.
Applicable Versions:
The text was updated successfully, but these errors were encountered: