mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore: move dashboard_acl models into dashboard service (#62151)
This commit is contained in:
@@ -609,7 +609,7 @@ type scenarioContext struct {
|
||||
|
||||
type folderACLItem struct {
|
||||
roleType org.RoleType
|
||||
permission models.PermissionType
|
||||
permission dashboards.PermissionType
|
||||
}
|
||||
|
||||
func toLibraryElement(t *testing.T, res libraryelements.LibraryElementDTO) libraryElement {
|
||||
|
||||
Reference in New Issue
Block a user