Pass dash id (#48269)

pull/48498/head
Karl Persson 3 years ago committed by GitHub
parent bd9cec8827
commit 9e84e20ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/api/dashboard_permission.go

@ -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
}

Loading…
Cancel
Save