diff --git a/InvenTree/plugin/apps.py b/InvenTree/plugin/apps.py index 430dc3e125..89ce89ae88 100644 --- a/InvenTree/plugin/apps.py +++ b/InvenTree/plugin/apps.py @@ -59,6 +59,7 @@ class PluginAppConfig(AppConfig): def reload_plugins(self): """safely reload IntegrationPlugins""" + # TODO check if the system is in maintainance mode before reloading logger.info('Start reloading plugins') self.unload_plugins() self.load_plugins()