mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 13:20:53 +00:00
fix deactivating
This commit is contained in:
@@ -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 ...
|
||||
|
Reference in New Issue
Block a user