noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
9 stars 7 forks source link

Echarging Data Additional Properties language property not working #627

Closed RudiThoeni closed 1 month ago

RudiThoeni commented 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"
      },
RudiThoeni commented 1 month ago

fixed, closing issue