From c9586c85941d47194ff73ec7702707da8ef1c373 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 7 Dec 2021 10:00:38 +0100 Subject: [PATCH] fixed mapping of ItemFields --- .../org/gcube/application/geoportalcommon/GeoportalCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/application/geoportalcommon/GeoportalCommon.java b/src/main/java/org/gcube/application/geoportalcommon/GeoportalCommon.java index ae0d9a2..6ed0f33 100644 --- a/src/main/java/org/gcube/application/geoportalcommon/GeoportalCommon.java +++ b/src/main/java/org/gcube/application/geoportalcommon/GeoportalCommon.java @@ -190,7 +190,7 @@ public class GeoportalCommon { listItemFields.add(new ItemField("Project Start/End Date", Arrays.asList("dataInizioProgetto", "dataFineProgetto"), true, false, false)); - listItemFields.add(new ItemField("Created", Arrays.asList("creationTime"), true, true, false)); + listItemFields.add(new ItemField("Created", Arrays.asList("creationTime"), true, false, false)); listItemFields.add(new ItemField("Created by", Arrays.asList("creationUser"), true, true, true)); listItemFields.add(new ItemField("Published with", Arrays.asList("report.status"), true, true, false));