mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
include the jsonData in the AppSettings DTO
This commit is contained in:
parent
9e121ef0c8
commit
1bca28ad12
@ -31,6 +31,7 @@ func NewAppSettingsDto(def *plugins.AppPlugin, data *models.AppSettings) *AppSet
|
|||||||
dto.Enabled = data.Enabled
|
dto.Enabled = data.Enabled
|
||||||
dto.Pinned = data.Pinned
|
dto.Pinned = data.Pinned
|
||||||
dto.Info = &def.Info
|
dto.Info = &def.Info
|
||||||
|
dto.JsonData = data.JsonData
|
||||||
}
|
}
|
||||||
|
|
||||||
return dto
|
return dto
|
||||||
|
Loading…
Reference in New Issue
Block a user