CustomField - user permission #17962
PeterKnotek
started this conversation in
General
Replies: 1 comment 1 reply
-
You need to change this to (as per documentation):
AFAICS, the request appears in the positional arguments, not the keyword arguments:
(therefore would appear in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Have custom field with name PfSenseTable
This field determines whether the tenant will be in the given table or not.
How can I ensure that, when editing a Tenant with USER XYZ cannot access a specific custom field or, if they attempt to make a change, they won't be allowed to save it?
I tried custom validator.. but unsuccessfully
Or Admin//Permission and set setting inConstraints ??
Thanks for help.
Here is custom_validars.py
Beta Was this translation helpful? Give feedback.
All reactions