Display columns in list.
Now, the columns list is overwrited by the request config see more info.
The last Ontology definition for the Audiovisual list (rsc169) doesn't include 'code' (is a mistake).
We will add the column definition in the next Ontology update (v 6.8)
If you want add the column right now without update the version and the Ontology, yo can temporally change the Ontology definition for rsc169.
Only add this JSON object to the ddo_map array in the desired position:
{
"info": "Code (component_input_text)",
"tipo": "rsc21",
"parent": "self",
"section_tipo": "self"
}
The final JSON object will be something like this:
{
"request_config": [
{
"sqo": {
"section_tipo": [
{
"value": [
"rsc167"
],
"source": "section"
}
]
},
"show": {
"ddo_map": [
{
"info": "publication",
"mode": "edit",
"tipo": "rsc20",
"view": "line",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Code (component_input_text)",
"tipo": "rsc21",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Title (component_input_text)",
"tipo": "rsc23",
"parent": "self",
"section_tipo": "self"
},
{
"info": "State (component_state)",
"tipo": "rsc19",
"width": "minmax(7rem, 1fr)",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Date (component_date)",
"tipo": "rsc26",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Project (component_filter)",
"tipo": "rsc28",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Original language (component_select_lang)",
"tipo": "rsc263",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Transcription (component_text_area)",
"tipo": "rsc36",
"width": "minmax(25rem, 1fr)",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Info (component_info)",
"tipo": "rsc244",
"width": "minmax(20rem, 1fr)",
"parent": "self",
"section_tipo": "self"
},
{
"info": "Audiovisual (component_av)",
"tipo": "rsc35",
"width": "121px",
"parent": "self",
"section_tipo": "self"
}
]
}
}
]
}
You can access to change it from the Ontology panel logged as root:

Edit the List node and paste the JSON from above in the field Request Query Object config (ontology17 )
