ACL

hadron_collider
Tera Contributor

Hello,

 

How can I investigate what rule is applied that sets 'status' and 'requested' to non readonly as an admin:

kata90_0-1704884644421.png

 

when I impersonate a non admin those 2 fields are readonly:

 

kata90_1-1704884719245.png

 

 

I have checked the UI policies there are none that set these fields to editable or read-only

5 REPLIES 5

Sandeep Rajput
Tera Patron
Tera Patron

@hadron_collider As suggested by others, there could be multiple reasons why the fields are disabled. Following are some of the potential reasons.

1. ACL: - A write ACL is preventing user from editing the field.

2. Client script: A client script is disabling the fields 

3. UI Policy: A UI Policy might be setting the fields read only.

 

Out of these three, ACL is potentially the reason why admin has these fields as writable and non admin user has read only. I recommend using ACL debugger to find the ACL which is causing this.