mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	fix deactivating
This commit is contained in:
		| @@ -478,7 +478,7 @@ class PluginsRegistry: | |||||||
|  |  | ||||||
|         for mixin in self.mixin_order: |         for mixin in self.mixin_order: | ||||||
|             if hasattr(mixin, '_deactivate_mixin'): |             if hasattr(mixin, '_deactivate_mixin'): | ||||||
|                 mixin._deactivate_mixin(mixin) |                 mixin._deactivate_mixin(self) | ||||||
|     # endregion |     # endregion | ||||||
|  |  | ||||||
|     # region mixin specific loading ... |     # region mixin specific loading ... | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user