Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
It was not clear to me if this is a hook_requirements indication or if you refer to an owd admin reports page?
It might be interesting to provide some reports page that then
- lists the plugins and the record count per plugin
- maybe browse global usage records with filters
I don‘t know if the storage of the usage service is designed to back such requirements..
The initial issue was only to give more discoverability of the Bulk Update form, which doesn't have a menu item, and is basically a tool to re-index everything again in cases where something doesn't seem right.
But maybe a specific report/status page could also make sense. We could probably start with something very basic like plugins and total counts, and improve from there if necessary.
Comments
Comment #2
marcoscanoAlternatively, consider adding a link to the Bulk Update to the admin menu
Comment #3
miro_dietikerIt was not clear to me if this is a hook_requirements indication or if you refer to an owd admin reports page?
It might be interesting to provide some reports page that then
- lists the plugins and the record count per plugin
- maybe browse global usage records with filters
I don‘t know if the storage of the usage service is designed to back such requirements..
Comment #4
marcoscanoThe initial issue was only to give more discoverability of the Bulk Update form, which doesn't have a menu item, and is basically a tool to re-index everything again in cases where something doesn't seem right.
But maybe a specific report/status page could also make sense. We could probably start with something very basic like plugins and total counts, and improve from there if necessary.
Thanks!