Fix default Admin role not including view_feeds permission (#37301)

This commit is contained in:
Claire 2025-12-18 15:26:31 +01:00 committed by GitHub
parent 38bc7d2864
commit ffdf56b1e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ admin:
permissions:
- view_dashboard
- view_audit_log
- view_feeds
- manage_users
- manage_user_access
- delete_user_data