2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-14 20:40:45 +00:00

fix deactivating

This commit is contained in:
Matthias Mair
2023-02-13 22:14:28 +01:00
parent 287c406450
commit 0016dc991f
+1 -1
View File
@@ -478,7 +478,7 @@ class PluginsRegistry:
for mixin in self.mixin_order:
if hasattr(mixin, '_deactivate_mixin'):
mixin._deactivate_mixin(mixin)
mixin._deactivate_mixin(self)
# endregion
# region mixin specific loading ...