mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix reference
This commit is contained in:
parent
db197a98b6
commit
164ee5fa5c
@ -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)')
|
||||
|
Loading…
Reference in New Issue
Block a user