Pass dash id (#48269)

This commit is contained in:
Karl Persson
2022-04-29 10:23:07 +02:00
committed by GitHub
parent bd9cec8827
commit 9e84e20ade

View File

@@ -86,7 +86,7 @@ func (hs *HTTPServer) UpdateDashboardPermissions(c *models.ReqContext) response.
}
}
dash, rsp := hs.getDashboardHelper(c.Req.Context(), c.OrgId, 0, dashUID)
dash, rsp := hs.getDashboardHelper(c.Req.Context(), c.OrgId, dashID, dashUID)
if rsp != nil {
return rsp
}