2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +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

@ -18,3 +18,4 @@ const global_settings = {
{{ key }}: {% primitive_to_javascript value %},
{% endfor %}
};