diff --git a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/CKANPublisherServicesImpl.java b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/CKANPublisherServicesImpl.java index d36b015..b4fdf20 100644 --- a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/CKANPublisherServicesImpl.java +++ b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/CKANPublisherServicesImpl.java @@ -338,7 +338,7 @@ public class CKANPublisherServicesImpl extends RemoteServiceServlet implements C // add also this information as custom field Map> addField = new HashMap>(); addField.put(ITEM_URL_FIELD, Arrays.asList(datasetUrl)); - utils.patchProductCustomFields(datasetId, userApiKey, addField); + utils.patchProductCustomFields(datasetId, userApiKey, addField, false); // start a thread that will associate this dataset with the group if(/*toCreate.getChosenType() != null ||*/ toCreate.getGroups() != null){