From 92d0e5054915258137d8390a94ce1c72995119a3 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 21 Apr 2022 16:04:28 +0200 Subject: [PATCH] added simple GWT.log --- .../client/view/GCubeCkanDataCatalogPanel.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/GCubeCkanDataCatalogPanel.java b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/GCubeCkanDataCatalogPanel.java index 573ea29..2f0ce3b 100644 --- a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/GCubeCkanDataCatalogPanel.java +++ b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/GCubeCkanDataCatalogPanel.java @@ -248,6 +248,7 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate { GWT.log("Moderation is enabled? " + isContentModerationEnabled); GWT.log("Moderator role is assigned? " + isModeratorRoleAssingned); + GWT.log("isExistsMyItemInModeration? " + isExistsMyItemInModeration); // Enabling moderation if the moderation is active in the context and // the user has the role of MODERATOR in the context