Closed (fixed)
Project:
Administration Views
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2013 at 11:51 UTC
Updated:
5 Feb 2013 at 03:36 UTC
Our website has several hundred images and documents uploaded as Files, and the problem of finding a specific file is exactly the same as finding the right article (without Administration Views).
You have solved the problem of finding a node/article. Thank you for that! Do you have any plans on building a similar view for the Files page (/admin/content/file)?
Comments
Comment #1
damiankloip commentedJust thinking, does file_entity module add a page at this location? Otherwise I'm not too sure about adding this into admin_views, as generally we are just replacing current pages. You can create your own view for this though?
Comment #2
devin carlson commentedActually, File entity recently added support for the wonderful Administration Views to solve this problem! :)
See #1256946: Provide a default files admin screen via Administration Views.
The code will be in -unstable8 or you can download the -dev release to start using it today.