Commit fcaf2bfd by Torkel Ödegaard

fix(datasource): when addding data source withCredentials did not get set, fixes #4389

parent 4144f71e
...@@ -69,6 +69,7 @@ func AddDataSource(cmd *m.AddDataSourceCommand) error { ...@@ -69,6 +69,7 @@ func AddDataSource(cmd *m.AddDataSourceCommand) error {
BasicAuth: cmd.BasicAuth, BasicAuth: cmd.BasicAuth,
BasicAuthUser: cmd.BasicAuthUser, BasicAuthUser: cmd.BasicAuthUser,
BasicAuthPassword: cmd.BasicAuthPassword, BasicAuthPassword: cmd.BasicAuthPassword,
WithCredentials: cmd.WithCredentials,
JsonData: cmd.JsonData, JsonData: cmd.JsonData,
Created: time.Now(), Created: time.Now(),
Updated: time.Now(), Updated: time.Now(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment