Update plugin_service.py

pull/22156/head
Garden12138 11 months ago committed by GitHub
parent 8bcfa6936e
commit 5cda10480f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -452,9 +452,9 @@ class PluginService:
)
# check if the plugin is available to install
PluginService._check_plugin_installation_scope(response.verification)
# use upload_result plugin_unique_identifier
actual_plugin_unique_identifiers.append(upload_result.unique_identifier)
metas.append({"plugin_unique_identifier": upload_result.unique_identifier})
# use response plugin_unique_identifier
actual_plugin_unique_identifiers.append(response.unique_identifier)
metas.append({"plugin_unique_identifier": response.unique_identifier})
return manager.install_from_identifiers(
tenant_id,

Loading…
Cancel
Save