mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
fix reference
This commit is contained in:
@ -23,7 +23,7 @@ def plugin_update(queryset, new_status: bool):
|
||||
|
||||
# Reload plugins if they changed
|
||||
if apps_changed:
|
||||
pl_registry.registry.reload_plugins()
|
||||
pl_registry.reload_plugins()
|
||||
|
||||
|
||||
@admin.action(description='Activate plugin(s)')
|
||||
|
Reference in New Issue
Block a user