mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:12:58 +08:00
WIP: add parentid to getdashboard query result
This commit is contained in:
@ -81,6 +81,7 @@ func GetDashboard(c *middleware.Context) {
|
||||
Version: dash.Version,
|
||||
HasAcl: dash.HasAcl,
|
||||
IsFolder: dash.IsFolder,
|
||||
ParentId: dash.ParentId,
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user