1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #1342: Allow designation of users and groups when creating/editing a secret role

This commit is contained in:
Jeremy Stretch
2017-07-13 11:44:29 -04:00
parent 280f55a875
commit 2f32e11f53

View File

@@ -40,7 +40,7 @@ class SecretRoleForm(BootstrapMixin, forms.ModelForm):
class Meta:
model = SecretRole
fields = ['name', 'slug']
fields = ['name', 'slug', 'users', 'groups']
#