mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Remove usage of deprecated folder id (#78061)
This commit is contained in:
committed by
GitHub
parent
fe8d0e6381
commit
2b146b97b4
@@ -177,7 +177,6 @@ func (du *DashboardUpdater) autoUpdateAppDashboard(ctx context.Context, pluginDa
|
|||||||
{Action: dashboards.ActionDashboardsWrite, Scope: dashboards.ScopeFoldersAll},
|
{Action: dashboards.ActionDashboardsWrite, Scope: dashboards.ScopeFoldersAll},
|
||||||
}),
|
}),
|
||||||
Path: pluginDashInfo.Reference,
|
Path: pluginDashInfo.Reference,
|
||||||
FolderId: 0, // nolint:staticcheck
|
|
||||||
Dashboard: resp.Dashboard.Data,
|
Dashboard: resp.Dashboard.Data,
|
||||||
Overwrite: true,
|
Overwrite: true,
|
||||||
Inputs: nil,
|
Inputs: nil,
|
||||||
|
|||||||
Reference in New Issue
Block a user