mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix lookup function
This commit is contained in:
@ -192,7 +192,7 @@ class PluginsRegistry:
|
|||||||
"""
|
"""
|
||||||
result = []
|
result = []
|
||||||
|
|
||||||
for plugin in self.plugins.items():
|
for plugin in self.plugins.values():
|
||||||
if plugin.mixin_enabled(mixin):
|
if plugin.mixin_enabled(mixin):
|
||||||
result.append(plugin)
|
result.append(plugin)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user