Imported from https://support.d4science.org/issues/22684
This commit is contained in:
parent
16e3ac6014
commit
03782485d0
|
@ -86,27 +86,80 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"_id" : "org.gcube.geoportal-data-entry-portlet",
|
"id" : "org.gcube....geoportal-data-entry-portlet",
|
||||||
"_type" : "DATA_ENTRY_GUI",
|
"type" : "DATA_ENTRY_GUI",
|
||||||
"_case" : "",
|
"case" : "",
|
||||||
"_configuration" : {
|
"configuration" : {
|
||||||
"gcubeProfiles" : [
|
"gcubeProfiles" : [
|
||||||
{
|
{
|
||||||
"gcubeCategory" : "",
|
"gcubeCategory" : "",
|
||||||
"gcubeName" : "",
|
"gcubeName" : "",
|
||||||
"order" : "",
|
"sectionName": "$.",
|
||||||
"sectionName": "",
|
"sectionTitle" : "Informazioni di Progetto"
|
||||||
"sectionTitle" : "",
|
},
|
||||||
"cardinality" : "",
|
{
|
||||||
"parentName" : "",
|
"gcubeCategory" : "",
|
||||||
|
"gcubeName" : "",
|
||||||
|
"sectionName": "abstractRelazione",
|
||||||
|
"sectionTitle" : "Abstract Relazione Scavo",
|
||||||
|
"parentName" : "$.",
|
||||||
"filePaths" : [
|
"filePaths" : [
|
||||||
{"field" : "field id from XML gcube Profile",
|
{"fieldDefinition" : "Carica Abstract Ita (in PDF)",
|
||||||
"path" : "$.abstract.associatedFiles" }
|
"fieldName" : "filesetIta" },
|
||||||
|
{"fieldDefinition" : "Carica Abstract Ita (in PDF)",
|
||||||
|
"fieldName" : "filesetEng" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gcubeCategory" : "",
|
||||||
|
"gcubeName" : "",
|
||||||
|
"sectionName": "relazioneScavo",
|
||||||
|
"sectionTitle" : "Relazione di Scavo",
|
||||||
|
"parentName" : "$.",
|
||||||
|
"filePaths" : [
|
||||||
|
{"fieldDefinition" : "Relazione di fine scavo (in PDF)",
|
||||||
|
"fieldName" : "fileset" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gcubeCategory" : "",
|
||||||
|
"gcubeName" : "",
|
||||||
|
"sectionName": "immagini",
|
||||||
|
"sectionTitle" : "Immagini Rappresentative",
|
||||||
|
"max" : -1,
|
||||||
|
"parentName" : "$.",
|
||||||
|
"filePaths" : [
|
||||||
|
{"fieldDefinition" : "Immagine",
|
||||||
|
"fieldName" : "fileset" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gcubeCategory" : "",
|
||||||
|
"gcubeName" : "",
|
||||||
|
"sectionName": "posizionamentoScavo",
|
||||||
|
"sectionTitle" : "Posizionamento dell'Area di Indagine",
|
||||||
|
"parentName" : "$.",
|
||||||
|
"filePaths" : [
|
||||||
|
{"fieldDefinition" : "File",
|
||||||
|
"fieldName" : "fileset" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gcubeCategory" : "",
|
||||||
|
"gcubeName" : "",
|
||||||
|
"sectionName": "pianteFineScavo",
|
||||||
|
"sectionTitle" : "Posizionamento dell'Area di Indagine",
|
||||||
|
"parentName" : "$.",
|
||||||
|
"max" : -1,
|
||||||
|
"min" : 1,
|
||||||
|
"filePaths" : [
|
||||||
|
{"fieldDefinition" : "File",
|
||||||
|
"fieldName" : "fileset" }
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
|
||||||
|
"saveStep" : "SUBMIT-FOR-REVIEW"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue