Created a custom strapi plugin
Inserted a component into edit view with app.injectContentManagerComponent('editView', 'right-links', { ... }) and useCMEditViewDataManager() retrieves the context data.
But when inserting a component into listView with app.injectContentManagerComponent('listView', 'actions', { ... }) context data is not present in useCMEditViewDataManager() (obviously since not in EditView now)
How can I get partial related data like readActionAllowedFields, slug, layout from a plugin in listView?
Bumping this [feature-request] issue -https://github.com/strapi/strapi/issues/14388