Skip to content

Commit

Permalink
Provisioning: always pin app to the sidebar when enabled (grafana#29084)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin authored Nov 17, 2020
1 parent d6d5d8c commit 4f9123e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/services/provisioning/plugins/plugin_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f9123e

Please sign in to comment.