credativ / plutono

Fork of Grafana keeping the Apache License
Apache License 2.0
7 stars 4 forks source link

No handler for models.DatasourcesPermissionFilterQuery #48

Closed dimaseva closed 1 year ago

dimaseva commented 1 year ago

In pkg/services/alerting/extractor.go:157 used "dsFilterQuery := models.DatasourcesPermissionFilterQuery{" then in 162 if err := bus.Dispatch(&dsFilterQuery); err != nil { if !errors.Is(err, bus.ErrHandlerNotFound) { return nil, err } but there is no function in the global search that uses models.DatasourcesPermissionFilterQuery. So the interpreter always feeds a string to 164 and returns nill

dimaseva commented 1 year ago

already find handle