mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:22:20 +08:00
Send jsondata for Datasources on DatasourceConfig for backend plugins (#22681)
ref https://github.com/grafana/grafana-plugin-sdk-go/pull/84
This commit is contained in:
@ -268,7 +268,6 @@ func (hs *HTTPServer) CallResource(c *models.ReqContext) {
|
||||
config := backendplugin.PluginConfig{
|
||||
OrgID: c.OrgId,
|
||||
PluginID: plugin.Id,
|
||||
PluginType: plugin.Type,
|
||||
JSONData: jsonData,
|
||||
DecryptedSecureJSONData: decryptedSecureJSONData,
|
||||
Updated: updated,
|
||||
|
Reference in New Issue
Block a user