From 03782485d06e589f5516df83aff3713b6b99cfff Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 15 Mar 2022 10:17:13 +0100 Subject: [PATCH] Imported from https://support.d4science.org/issues/22684 --- .../profiles/profiledConcessioni.json | 79 ++++++++++++++++--- 1 file changed, 66 insertions(+), 13 deletions(-) diff --git a/geoportal-service/src/main/resources/profiles/profiledConcessioni.json b/geoportal-service/src/main/resources/profiles/profiledConcessioni.json index dc33b70..f378f12 100644 --- a/geoportal-service/src/main/resources/profiles/profiledConcessioni.json +++ b/geoportal-service/src/main/resources/profiles/profiledConcessioni.json @@ -86,27 +86,80 @@ }, { - "_id" : "org.gcube.geoportal-data-entry-portlet", - "_type" : "DATA_ENTRY_GUI", - "_case" : "", - "_configuration" : { + "id" : "org.gcube....geoportal-data-entry-portlet", + "type" : "DATA_ENTRY_GUI", + "case" : "", + "configuration" : { "gcubeProfiles" : [ { "gcubeCategory" : "", "gcubeName" : "", - "order" : "", - "sectionName": "", - "sectionTitle" : "", - "cardinality" : "", - "parentName" : "", + "sectionName": "$.", + "sectionTitle" : "Informazioni di Progetto" + }, + { + "gcubeCategory" : "", + "gcubeName" : "", + "sectionName": "abstractRelazione", + "sectionTitle" : "Abstract Relazione Scavo", + "parentName" : "$.", "filePaths" : [ - {"field" : "field id from XML gcube Profile", - "path" : "$.abstract.associatedFiles" } + {"fieldDefinition" : "Carica Abstract Ita (in PDF)", + "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" } },