ec-jrc / re3gistry

Re3gistry is a reusable open source solution for managing and sharing ‘reference codes’, ensuring semantic interoperability across organisations.
European Union Public License 1.2
29 stars 21 forks source link

Bulk import - It is not possible to enter values for columns that have more than one field. #284

Closed arantzaetxebarria closed 1 year ago

arantzaetxebarria commented 1 year ago

There are columns in the template that have more than one field in the form, for these cases, it is not possible to introduce the second value.

e.g ”Reference link” field has 2 values “Value” and “Link”. The “Link” value is not possible to introduce via bulk import, it is not present in the template 2023-05-08_10h03_27

arantzaetxebarria commented 1 year ago

After a deeper and more technical analysis, it has been detected that it is actually an anomalous behaviour of the item creation functionality itself.

When creating an item, the "ReferenceLink" field contains only 1 field to fill in. image

Once it is saved, in the form it appears with 2 fields (Value and Link). image

A new issue (https://github.com/ec-jrc/re3gistry/issues/292) will be created to see the behaviour of this type of field. image