Closed
Description
The default types proposed by a reconciliation service are proposed to the user by showing only their id, not their human-readable label.
To Reproduce
Steps to reproduce the behavior:
- First, import this dataset: https://opendata.paris.fr/explore/dataset/lieux-de-tournage-a-paris/ (CSV with
;
delimiter: https://opendata.paris.fr/api/explore/v2.1/catalog/datasets/lieux-de-tournage-a-paris/exports/csv?lang=fr&timezone=Europe%2FBerlin&use_labels=true&delimiter=%3B) - Then, open the reconciliation dialog to reconcile the "Titre" column to Wikidata
Current Results
Observe that the last type in the list appears as an identifier (without a name).
Expected Behavior
Like other type options in the list, the type should be provided as a pair of (name, id).
Screenshots
Versions
- Operating System: Linux
- Browser Version: Firefox
- JRE or JDK Version: 17
- OpenRefine: 3.8-SNAPSHOT
Additional context
Follow-up to #4224.