If the number of storage entities is small then it wouldn't be much of a big deal but as soon as the list turns longer it might be a reasonable and useful step to provide a filter option like content types have available for their list view in admin/content. in contrast i am uncertain if it would be useful to add the ability to be able to apply actions to selected storage entities as well. at least a subset of the actions available to content entities like delete, publish/unpublish might be of any use?

CommentFileSizeAuthor
#2 storage-data_view-3207073-2.patch57.13 KBmandclu

Comments

rkoller created an issue. See original summary.

mandclu’s picture

StatusFileSize
new57.13 KB

The attached patch implements a filtered view modelled on the media interface. It should also provide bulk operations, and moves the "Storage Data" area to the Content menu, also as a tab with Content, Comments, Files, and Media.

Note that some of the changes here are provided through configuration, so you may need to uninstall and then reinstall the module to see them.

mandclu’s picture

Status: Active » Needs review
rkoller’s picture

Status: Needs review » Reviewed & tested by the community

oh nice :) thank you! and you were right i had to uninstall the module. on a side note i took that chance and tested the remove storage entities link on the uninstall page. that worked properly. afterwards i've uninstalled the storage entities module and after reinstallation everything worked as expected in regards of filtering. also nice that you've included the action options which are working fine as well.

one question, i have to admit i never really used or even noticed it in the content list view. what is the purpose of save storage data or save content? because entities showing up in those lists are already saved?

  • mandclu authored bb639ec on 1.0.x
    Issue #3207073 by mandclu: Provide a filter option for storage entities...
mandclu’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the feedback! Merged in the changes.

I will confess that I don't tend to use the "save" bulk operation very much, but I imagine it would be useful if you wanted to update the "last modified" date of a bunch of content, or if you've added some kind of new save handler to your site and want to it work on older content.

rkoller’s picture

ahhhh i understand. thanks for the examples. can't imagine to really use that feature extensively but at least i have a rough idea for what it might be good for now ;)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.