Remove manual 'permissions' control from groups admin interface
- Does not actually *do* anything any more as the RuleSet approach overrides it anyway
This commit is contained in:
parent
c19c014f55
commit
cda52a58e3
|
|
@ -34,7 +34,6 @@ class InvenTreeGroupAdminForm(forms.ModelForm):
|
|||
fields = [
|
||||
'name',
|
||||
'users',
|
||||
'permissions',
|
||||
]
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in New Issue