ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 03:06 AM
Hello,
How can I investigate what rule is applied that sets 'status' and 'requested' to non readonly as an admin:
when I impersonate a non admin those 2 fields are readonly:
I have checked the UI policies there are none that set these fields to editable or read-only

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:01 AM
@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.