UCDs updated in PRE, see https://support.d4science.org/issues/24784
This commit is contained in:
parent
6072f4afbc
commit
d1902a9664
|
@ -149,7 +149,8 @@
|
||||||
{
|
{
|
||||||
"STEP": "REJECT-DRAFT",
|
"STEP": "REJECT-DRAFT",
|
||||||
"roles": [
|
"roles": [
|
||||||
"Data-Manager"
|
"Data-Manager",
|
||||||
|
"Data-Editor"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -198,13 +198,13 @@
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "anno",
|
"name": "data_inizio_progetto",
|
||||||
"path": "$._theDocument.dataFineProgetto",
|
"path": "$._theDocument.dataInizioProgetto",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "descrizione",
|
"name": "descrizione",
|
||||||
"path": "$._theDocument.iontroduzione",
|
"path": "$._theDocument.introduzione",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -253,7 +253,7 @@
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "date_scavo",
|
"name": "data_fine_progetto",
|
||||||
"path": "$._theDocument.dataFineProgetto",
|
"path": "$._theDocument.dataFineProgetto",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
|
|
|
@ -170,13 +170,13 @@
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "anno",
|
"name": "data_inizio_progetto",
|
||||||
"path": "$._theDocument.dataFineProgetto",
|
"path": "$._theDocument.dataInizioProgetto",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "descrizione",
|
"name": "descrizione",
|
||||||
"path": "$._theDocument.iontroduzione",
|
"path": "$._theDocument.introduzione",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "date_scavo",
|
"name": "data_fine_progetto",
|
||||||
"path": "$._theDocument.dataFineProgetto",
|
"path": "$._theDocument.dataFineProgetto",
|
||||||
"type": "TEXT"
|
"type": "TEXT"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue