If we could accomplish this, it would create a much more flexible administration for entities (exposed filters, show different properties and fields, show related entities, etc). edmund.kwok already created a patch to have edit, view and delete links available to views (#1424738: Views integration: Add view, edit, delete link). And I think the rest of the functionality currently offered can be simulated with a module like VBO.
Comments
Comment #1
acrazyanimal commentedInteresting ... I know the latest dev of VBO includes a generic 'modify entity values' action that was just committed recently. Also, commerce is again a decent model for use of views in its admin. Many of their admin pages are also views.
It would definitely make it more flexible.
Comment #2
fmizzell commentedEntity API has the same issue: #1437280: Provide a admin ui controller that uses views for the overview tables.
Comment #3
acrazyanimal commentedThinking about this again. I'm not sure how it would be accomplished other then having a new default view added for every new entity type and bundle that are added. Could be messy... but awesome. When I get a chance I'll play around.
Comment #4
fmizzell commentedI already have some code that attempts to do this in the page_manager branch, but I think I was going it at it the wrong way. You are welcome to look at that code, but it would definitively would be great to give users the option to use a simple user interface, or a view that they can modify, and use other nice feature like views bulk operations etc.
Comment #5
imclean commentedA start has been made in another issue: #2028353: How bulk delete entity on entity list?
Comment #6
dieterholvoet commentedWe're dropping support for Drupal 7 since it has officially reached end of life on the 5th of January 2025.