Chore: Deprecate FolderID from DashboardACLInfoDTO (#77652)

* Chore: Deprecate FolderID from DashboardACLInfoDTO

* chore: regen specs
This commit is contained in:
Kat Yang
2023-11-15 10:29:20 -05:00
committed by GitHub
parent 3a2e96b0db
commit ae326eaed1
4 changed files with 8 additions and 4 deletions
+1
View File
@@ -45,6 +45,7 @@ func (hs *HTTPServer) GetFolderPermissionList(c *contextmodel.ReqContext) respon
continue
}
// nolint:staticcheck
perm.FolderID = folder.ID
perm.DashboardID = 0