Possibility to delete assets in asset upload modal #12446
-
So we have like 300.000+ assets, mostly images, related to entries, uploaded by our team when creating articles. After a few months it became impossible to manage assets on the assets page due to long loading times. The browser stops working most of the times when we try to access the "images" folder: Folder structure we use: "images/{entry_id}/article-images.jpg" This results in the fact that we never can delete images from the system. This could easily be solved if we could do a delete action in the assets modal popup, as this lists the assets perfectly when working on an entry. My suggestion would be to create a delete option (or simple action icon) in the modal, so we can remove assets if wrongly uploaded. In the current situation we have a lot of garbage assets. Running version: Craft 4 Pro |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don’t think it makes sense to add the ability to perform destructive actions like deleting assets from the asset selection modal. But I’ve got some good news! The performance issues plaguing your Assets index page are going to go away in Craft 4.4, thanks to a bit of a design overhaul that moves subfolders into the element listing, and paginates them alongside your assets. (See the Rethinking Volume Subfolders blog post and PR #12558 for more info.) |
Beta Was this translation helpful? Give feedback.
I don’t think it makes sense to add the ability to perform destructive actions like deleting assets from the asset selection modal. But I’ve got some good news!
The performance issues plaguing your Assets index page are going to go away in Craft 4.4, thanks to a bit of a design overhaul that moves subfolders into the element listing, and paginates them alongside your assets. (See the Rethinking Volume Subfolders blog post and PR #12558 for more info.)