diff --git a/.classpath b/.classpath index 2f7e064..3f8d197 100644 --- a/.classpath +++ b/.classpath @@ -32,7 +32,7 @@ - + diff --git a/src/main/java/org/gcube/application/geoportalcommon/ConvertToDataValueObjectModel.java b/src/main/java/org/gcube/application/geoportalcommon/ConvertToDataValueObjectModel.java index 7a33261..c42ef55 100644 --- a/src/main/java/org/gcube/application/geoportalcommon/ConvertToDataValueObjectModel.java +++ b/src/main/java/org/gcube/application/geoportalcommon/ConvertToDataValueObjectModel.java @@ -89,6 +89,7 @@ public class ConvertToDataValueObjectModel { gpVO.setMaxOccurs(gCubeProfile.getMaxOccurs()); gpVO.setSectionName(gCubeProfile.getSectionName()); gpVO.setSectionTitle(gCubeProfile.getSectionTitle()); + gpVO.setParentName(gCubeProfile.getParentName()); List filePaths = gCubeProfile.getFilePaths();