mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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
Block a user