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

(cherry picked from commit 4f9123ebe2)

Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2020-11-17 10:27:49 +03:00
committed by GitHub
co-authored by Alexander Zobnin
parent f04131c9c6
commit 37e4a19ea8
@@ -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)