chore: move dashboard_acl models into dashboard service (#62151)
This commit is contained in:
@@ -267,7 +267,7 @@ type scenarioContext struct {
|
||||
|
||||
type folderACLItem struct {
|
||||
roleType org.RoleType
|
||||
permission models.PermissionType
|
||||
permission dashboards.PermissionType
|
||||
}
|
||||
|
||||
func createDashboard(t *testing.T, sqlStore db.DB, user user.SignedInUser, dash *dashboards.Dashboard, folderID int64) *dashboards.Dashboard {
|
||||
|
||||
Reference in New Issue
Block a user