Hi
Thanks for reporting it.
It was a mistake into the ontology Bibliography definition rsc1142 of People rsc197 section.
The Bibliography node was expanded to include a Boilerplate and Annotation data frames. And they was pointing to Numismatic object numisdata4 instead a People rsc197.
It was fixed in ontology version:
v6.8.0
2025-11-04T14:17:45+01:00
But, if you have a Dédalo version as v6.7.3 or v6.7.4 you can update your ontology to latest version:
v6.7.4
2025-20-10T13:28:26+01:00
Or you can change it manually in the ontology.
1.- locate the Bibliography node rsc1142

2.- Edit node and change the RQO field with the correct definition:
{
"columns_map": [
{
"id": "a",
"label": "rsc368"
},
{
"id": "b",
"label": "rsc336",
"width": "5rem"
},
{
"id": "c",
"label": "rsc369",
"width": "5rem"
},
{
"id": "d",
"label": "rsc1418",
"width": "10rem"
},
{
"id": "e",
"label": "rsc1419",
"width": "5rem"
}
],
"request_config": [
{
"sqo": {
"limit": 10,
"section_tipo": [
{
"value": [
"rsc332"
],
"source": "section"
}
]
},
"show": {
"ddo_map": [
{
"info": "Publication autocomplete",
"mode": "edit",
"tipo": "rsc368",
"view": "line",
"parent": "self",
"column_id": "a",
"with_value": {
"mode": "list",
"view": "line"
},
"section_tipo": "rsc332",
"children_view": "text"
},
{
"info": "Pages input_text",
"mode": "edit",
"tipo": "rsc336",
"view": "line",
"parent": "self",
"column_id": "b",
"section_tipo": "self"
},
{
"info": "Reference input_text",
"mode": "edit",
"tipo": "rsc369",
"view": "line",
"parent": "self",
"column_id": "c",
"section_tipo": "self"
},
{
"info": "Boilerplate component_dataframe",
"mode": "edit",
"tipo": "rsc1418",
"view": "line",
"parent": "self",
"column_id": "d",
"section_tipo": "rsc197"
},
{
"info": "Annotation component_dataframe",
"tipo": "rsc1419",
"view": "default",
"parent": "self",
"column_id": "e",
"section_tipo": "rsc197"
}
],
"interface": {
"button_link": true,
"show_autocomplete": true
},
"fields_separator": " | "
},
"api_engine": "dedalo"
}
]
}
3.- Process the ontology node.

Check if the error disappear.
Best