Chore: Deprecate FolderIds in Query (#77624)
Chore: Deprecate FolderID in Query
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ func (hs *HTTPServer) Search(c *contextmodel.ReqContext) response.Response {
|
||||
DashboardIds: dbIDs,
|
||||
DashboardUIDs: dbUIDs,
|
||||
Type: dashboardType,
|
||||
FolderIds: folderIDs,
|
||||
FolderIds: folderIDs, // nolint:staticcheck
|
||||
FolderUIDs: folderUIDs,
|
||||
Permission: permission,
|
||||
Sort: sort,
|
||||
|
||||
Reference in New Issue
Block a user