mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 09:12:11 +08:00
dashfolders: link to folder for inherited permissions
In the permissions view in dashboard settings, this adds a link to the parent folder for inherited permissions. Which allows the user to easily navigate to the folder and change inherited permissions.
This commit is contained in:
@ -99,6 +99,7 @@ func GetDashboard(c *middleware.Context) Response {
|
||||
return ApiError(500, "Dashboard folder could not be read", err)
|
||||
}
|
||||
meta.FolderTitle = query.Result.Title
|
||||
meta.FolderSlug = query.Result.Slug
|
||||
}
|
||||
|
||||
// make sure db version is in sync with json model version
|
||||
|
Reference in New Issue
Block a user