mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix app settings
This commit is contained in:
parent
77312b031a
commit
dfe10a417b
@ -20,6 +20,7 @@ class PluginConfig(AppConfig):
|
||||
plugin_setting = plugin.settingspatterns
|
||||
settings.INTEGRATION_PLUGIN_SETTING[slug] = plugin_setting
|
||||
settings.INTEGRATION_PLUGIN_SETTINGS.update(plugin_setting)
|
||||
InvenTreeSetting.GLOBAL_SETTINGS.update(plugin_setting)
|
||||
|
||||
# if plugin apps are enabled
|
||||
if (not settings.INTEGRATION_APPS_LOADED) and InvenTreeSetting.get_setting('ENABLE_PLUGINS_APP'):
|
||||
|
Loading…
Reference in New Issue
Block a user