mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix deactivating
This commit is contained in:
parent
287c406450
commit
0016dc991f
@ -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 ...
|
||||
|
Loading…
Reference in New Issue
Block a user