diff --git a/.gwt/.gwt-log b/.gwt/.gwt-log index 5913a3a..f4cc8e1 100644 --- a/.gwt/.gwt-log +++ b/.gwt/.gwt-log @@ -2182,3 +2182,37 @@ Compiling... Compilation completed in 0.00 seconds Removing invalidated units Finding entry point classes +Public resources found in... + Unexpected entry in classpath; /home/giancarlo/workspace/tabular-data-widgetx/target/tabular-data-widgetx-1.0.2-SNAPSHOT/WEB-INF/classes is neither a directory nor an archive (.jar or .zip) + Unexpected entry in classpath; /home/giancarlo/workspace/tabular-data-widgetx/target/test-classes is neither a directory nor an archive (.jar or .zip) +Translatable source found in... +Found 0 cached/archived units. Used 0 / 2719 units from cache. +Compiling... + 30% complete (ETR: 10 seconds) + 30% complete (ETR: 10 seconds) + 30% complete (ETR: 10 seconds) + 30% complete (ETR: 10 seconds) + 40% complete (ETR: 8 seconds) + 50% complete (ETR: 7 seconds) + 60% complete (ETR: 5 seconds) + 70% complete (ETR: 3 seconds) + 80% complete (ETR: 2 seconds) + 90% complete (ETR: 1 seconds) + 100% complete (ETR: 0 seconds) + Compilation completed in 13.77 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2719 cached/archived units. Used 2719 / 2719 units from cache. +Compiling... + Compilation completed in 0.00 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2719 cached/archived units. Used 2719 / 2719 units from cache. +Compiling... + Compilation completed in 0.00 seconds +Removing invalidated units +Finding entry point classes diff --git a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/replace/ReplacePanel.java b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/replace/ReplacePanel.java index 59c3b50..7ce575d 100644 --- a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/replace/ReplacePanel.java +++ b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/replace/ReplacePanel.java @@ -101,13 +101,8 @@ public class ReplacePanel extends FramedPanel implements public void onSuccess(ColumnData result) { Log.debug("Retrived column: " + result); column = result; - if (result.isViewColumn() || column.getTypeCode().compareTo("TIMEDIMENSION")==0 - || column.getTypeCode().compareTo("DIMENSION")==0) { - /* - * UtilsGXT3 .info("View Column", - * "You can not replace value on view column for now" - * ); - */ + + if (result.isViewColumn() ) { isDimension=true; createForDimension(); } else {