2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 20:20:58 +00:00

Add LIST endpoint for global settngs and user settings

- Read only, cannot create new settings
- User settings filters against the user making the request
This commit is contained in:
Oliver
2021-11-09 15:59:09 +11:00
parent 6c8f04b387
commit cb583eb466
5 changed files with 138 additions and 2 deletions

View File

@ -850,7 +850,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
},
'SIGNUP_GROUP': {
'name': _('Group on signup'),
'description': _('Group new user are asigned on registration'),
'description': _('Group to which new users are assigned on registration'),
'default': '',
'choices': settings_group_options
},