mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 13:44:59 -05:00
chore: move dashboard_acl models into dashboard service (#62151)
This commit is contained in:
+1
-1
@@ -301,7 +301,7 @@ func (hs *HTTPServer) searchFolders(c *models.ReqContext) ([]*folder.Folder, err
|
||||
Limit: c.QueryInt64("limit"),
|
||||
OrgId: c.OrgID,
|
||||
Type: "dash-folder",
|
||||
Permission: models.PERMISSION_VIEW,
|
||||
Permission: dashboards.PERMISSION_VIEW,
|
||||
Page: c.QueryInt64("page"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user