Closed RudiThoeni closed 1 month ago
In config/builder/tourism/echargingdata.ts
we have a Dictionary field Survey Annotations configured this way
{ title: 'Survey Annotations', component: CellComponent.StringCell, objectMapping: { text: 'AdditionalProperties.EchargingDataProperties.SurveyAnnotations.{language}', }, },
by filling this, the databrowser does not fill the selected language, on the json Diff we see that the language key is not filled with the selected language
"SurveyAnnotations": { "{language}": "aaa" },
fixed, closing issue
In config/builder/tourism/echargingdata.ts
we have a Dictionary field Survey Annotations configured this way
by filling this, the databrowser does not fill the selected language, on the json Diff we see that the language key is not filled with the selected language