mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
do not trigger reload
This commit is contained in:
parent
40dafb7fda
commit
395573ca5b
@ -194,7 +194,7 @@ class Plugins:
|
|||||||
if not settings.PLUGIN_TESTING:
|
if not settings.PLUGIN_TESTING:
|
||||||
plugin_db_setting.active = False
|
plugin_db_setting.active = False
|
||||||
# TODO save the error to the plugin
|
# TODO save the error to the plugin
|
||||||
plugin_db_setting.save()
|
plugin_db_setting.save(no_reload=True)
|
||||||
|
|
||||||
# add to inactive plugins so it shows up in the ui
|
# add to inactive plugins so it shows up in the ui
|
||||||
self.plugins_inactive[plug_key] = plugin_db_setting
|
self.plugins_inactive[plug_key] = plugin_db_setting
|
||||||
|
Loading…
Reference in New Issue
Block a user