Hello, I have 2 user roles, editor and approver. Editor is currently not able to see comments on the right panel, only approvers (with app access can). Is there a way to configure all roles to see comments, no matter their role?
2 Answers
2Hello @Iridescent_light
Comments are stored in the “directus_comments” system collection.
If a role doesn’t have permission to read this collection, the comments panel won’t appear.
Go to Settings → Roles & Permissions → Editor role → System Collections → directus_comments and enable Read permission.
After that, the Editor role should be able to see the comments.
Ahmad is correct - this is permissions related. Only supplement I will add is that you can create common policies that are applied to multiple roles and/or users.
I typically create a common policy for user app access and then apply it to all the roles that need this ![]()