Provisioning: always pin app to the sidebar when enabled (#29084)

This commit is contained in:
Alexander Zobnin
2020-11-17 09:45:40 +03:00
committed by GitHub
parent d6d5d8cf4a
commit 4f9123ebe2

View File

@ -47,7 +47,6 @@ func (ap *PluginProvisioner) apply(cfg *pluginsAsConfig) error {
}
} else {
app.PluginVersion = query.Result.PluginVersion
app.Pinned = query.Result.Pinned
}
ap.log.Info("Updating app from configuration ", "type", app.PluginID, "enabled", app.Enabled)