mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
clear settings reliably
This commit is contained in:
@ -166,6 +166,9 @@ class PluginAppConfig(AppConfig):
|
||||
# remove settings
|
||||
for setting in plugin_settings:
|
||||
InvenTreeSetting.GLOBAL_SETTINGS.pop(setting)
|
||||
|
||||
# clear cache
|
||||
settings.INTEGRATION_PLUGIN_GLOBALSETTING = {}
|
||||
# endregion
|
||||
|
||||
# region integration_app
|
||||
|
Reference in New Issue
Block a user