Replies: 1 comment 3 replies
-
You should create permission for dcim -> device model |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an issue with creating permissions based on a custom field.
I have few device custom fields, and one of them is "lent" where you can choose from the table.
I would like to create permission that gives access to devices that have custom filed "lent" with "TEAM A".
I tried with this, without success:
{"custom_field_data__lent": "TEAM A"},
or
{"custom_field_data__lent__name": "TEAM A"}
Please help.
Beta Was this translation helpful? Give feedback.
All reactions