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:
@ -18,3 +18,4 @@ const global_settings = {
|
||||
{{ key }}: {% primitive_to_javascript value %},
|
||||
{% endfor %}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user