mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Rename Id to ID in alerting models (#62777)
* Chore: Rename Id to ID in alerting models * Add xorm tags for datasource * Add xorm tag for uid
This commit is contained in:
@@ -949,7 +949,7 @@ func (g *GrafanaLive) handleDatasourceScope(ctx context.Context, user *user.Sign
|
||||
}
|
||||
return features.NewPluginRunner(
|
||||
ds.Type,
|
||||
ds.Uid,
|
||||
ds.UID,
|
||||
g.runStreamManager,
|
||||
g.contextGetter,
|
||||
streamHandler,
|
||||
|
||||
Reference in New Issue
Block a user