mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Validate batch query refIds (#63018)
This commit is contained in:
committed by
GitHub
parent
2a34293689
commit
00b692c0f9
@@ -295,8 +295,7 @@ func (s *Service) parseMetricRequest(ctx context.Context, user *user.SignedInUse
|
||||
})
|
||||
}
|
||||
|
||||
_ = req.validateRequest(ctx)
|
||||
return req, nil // TODO req.validateRequest()
|
||||
return req, req.validateRequest(ctx)
|
||||
}
|
||||
|
||||
func (s *Service) getDataSourceFromQuery(ctx context.Context, user *user.SignedInUser, skipCache bool, query *simplejson.Json, history map[string]*datasources.DataSource) (*datasources.DataSource, error) {
|
||||
|
||||
Reference in New Issue
Block a user