Open iksent opened 4 years ago
• Version of Directus: 8.8.1 • Server, OS & Database Details: PHP web hosting, MySQL 5.6
• Steps to Reproduce
Login as Manager and everything looks ok, editing fields of another manager is blocked as expected:
But then uncheck "Status" field for manager role:
And the form will be broken, all the fields are editable (but API rejects any changes):
BONUS PROBLEM:
Uncheck also the "Role":
And admin panel will be disabled completely for managers users:
If it is imposible to use the admin panel without the roles, so may be you need to remove the ability to uncheck it?
Fixed it by setting permissions of my role like this.
• Version of Directus: 8.8.1 • Server, OS & Database Details: PHP web hosting, MySQL 5.6
• Steps to Reproduce
Login as Manager and everything looks ok, editing fields of another manager is blocked as expected:
But then uncheck "Status" field for manager role:
And the form will be broken, all the fields are editable (but API rejects any changes):
BONUS PROBLEM:
Uncheck also the "Role":
And admin panel will be disabled completely for managers users:
If it is imposible to use the admin panel without the roles, so may be you need to remove the ability to uncheck it?