Updated UCD

This commit is contained in:
Fabio Sinibaldi 2022-11-22 14:58:01 +01:00
parent e58c3009e9
commit 9954a653f7
1 changed files with 93 additions and 71 deletions

View File

@ -518,7 +518,7 @@
] ]
} }
}, },
{ {
"_id": "org.gcube.portlets.user.geoportal-basic-data-list", "_id": "org.gcube.portlets.user.geoportal-basic-data-list",
"_type": "BASIC_DATA_LIST_GUI", "_type": "BASIC_DATA_LIST_GUI",
"_configuration": { "_configuration": {
@ -561,6 +561,16 @@
"sortable": false, "sortable": false,
"asResult": true "asResult": true
}, },
{
"label": "Project Start",
"paths": [
"_theDocument.dataInizioProgetto"
],
"operator": "$and",
"searchable": false,
"sortable": false,
"asResult": true
},
{ {
"label": "Director/Staff", "label": "Director/Staff",
"paths": [ "paths": [
@ -588,8 +598,20 @@
} }
] ]
} }
}, }
,
{
"_id": "org.gcube.portlets.user.geoportal-timeline-json-template",
"_type": "TIMELINE_JSON_TEMPLATE",
"_configuration": {
"tjt_document": {
"content": "$.nome",
"title": "$.nome",
"start": "$.dataInizioProgetto",
"end": "$.dataFineProgetto"
}
}
},
{ {
"_id": "org.gcube.portlets.user.geoportal-workflow-action-list", "_id": "org.gcube.portlets.user.geoportal-workflow-action-list",
"_type": "WORKFLOW_ACTION_LIST_GUI", "_type": "WORKFLOW_ACTION_LIST_GUI",