Custom Field Permissions in 3.6 #13987
-
I am on Netbox-docker v3.6. Crossposting here since I didn't get an answer in netbox-docker forum. I recently upgraded from 3.4.5 to 3.6.1. I have a bunch of custom fields with custom field options. Previously, users without superadmin rights were able to see these values in dropdowns, but now when they press the arrow next to the custom field they get this pink popup saying that they don't have permissions to perform this action. I checked Admin -> Permissions. These 4 values: extras.view_customfield are set to Can View for SuperAdmin, Users and Viewers. Users have no problems to view other custom fields and values if there are no custom options involved. They also can update custom and other fields without any issues like before. Is this a bug or am I missing anything in the config? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In 3.6, custom field choices were moved into their own model, separate from the custom fields themselves (See #12988). My guess is that you need to add an additional view permission to account for this. |
Beta Was this translation helpful? Give feedback.
-
That did the trick, extras.view_customfieldvalue was there but Extras > Custom Field Chose Set wasn't selected. Thanks |
Beta Was this translation helpful? Give feedback.
In 3.6, custom field choices were moved into their own model, separate from the custom fields themselves (See #12988). My guess is that you need to add an additional view permission to account for this.