mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-10 13:51:01 +00:00
fix deactivation sequence
This commit is contained in:
@@ -476,7 +476,7 @@ class PluginsRegistry:
|
|||||||
"""Run deactivation functions for all plugins."""
|
"""Run deactivation functions for all plugins."""
|
||||||
|
|
||||||
for mixin in self.mixin_order:
|
for mixin in self.mixin_order:
|
||||||
mixin._deactivate_mixin()
|
mixin._deactivate_mixin(mixin)
|
||||||
# endregion
|
# endregion
|
||||||
|
|
||||||
# region mixin specific loading ...
|
# region mixin specific loading ...
|
||||||
|
Reference in New Issue
Block a user