From 395573ca5be9c806007689bd09ef4a54bc727559 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 22 Nov 2021 01:55:21 +0100 Subject: [PATCH] do not trigger reload --- InvenTree/plugin/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index 2cdc266a01..f0ef035720 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -194,7 +194,7 @@ class Plugins: if not settings.PLUGIN_TESTING: plugin_db_setting.active = False # 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 self.plugins_inactive[plug_key] = plugin_db_setting