I was just wondering whether there were any plans for bulk deletions, either by deleting a folder in the tree (which contains child items), or by using the list view and selecting multiple items.
Alternatively, is there a way to determine all those media items that don't have relations (in code) and therefore delete them programmatically.
I'm planning to support checking if descendants are linked in the next version. So when you try to delete a folder you will get a warning that something is used inside it.
I just released v1.4.0 which prevents deleting of folders that have items in them that are used in the content.
For the issue with the bulk operations on listviews...this is still not fixed. Best option for now is to disable these actions in the datatype configuration of the list views.
Bulk delete media items
Hi,
Great package - works really well!
I was just wondering whether there were any plans for bulk deletions, either by deleting a folder in the tree (which contains child items), or by using the list view and selecting multiple items.
Alternatively, is there a way to determine all those media items that don't have relations (in code) and therefore delete them programmatically.
I'm using V1.3 of the package.
Thanks, Rick
Hi Rick,
I'm planning to support checking if descendants are linked in the next version. So when you try to delete a folder you will get a warning that something is used inside it.
For bulk operations in the list view there is already a bug on the issue tracker : https://github.com/dawoe/umbraco-nexu/issues/8
But this is not so easy to fix...still trying to find a elegant solution for that.
Dave
Hi Rick,
I just released v1.4.0 which prevents deleting of folders that have items in them that are used in the content.
For the issue with the bulk operations on listviews...this is still not fixed. Best option for now is to disable these actions in the datatype configuration of the list views.
Dave
is working on a reply...