diff --git a/.gwt/.gwt-log b/.gwt/.gwt-log index 737ee47..5e17441 100644 --- a/.gwt/.gwt-log +++ b/.gwt/.gwt-log @@ -3738,3 +3738,35 @@ Compiling... Compilation completed in 0.00 seconds Removing invalidated units Finding entry point classes +Public resources found in... +Translatable source found in... +Found 0 cached/archived units. Used 0 / 2719 units from cache. +Compiling... + 70% complete (ETR: 2 seconds) + 70% complete (ETR: 2 seconds) + 70% complete (ETR: 2 seconds) + 70% complete (ETR: 2 seconds) + 70% complete (ETR: 2 seconds) + 70% complete (ETR: 2 seconds) + 70% complete (ETR: 2 seconds) + 70% complete (ETR: 2 seconds) + 80% complete (ETR: 1 seconds) + 90% complete (ETR: 1 seconds) + 100% complete (ETR: 0 seconds) + Compilation completed in 9.49 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/batch/ReplaceBatchPanel.java b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/batch/ReplaceBatchPanel.java index ee8de37..a5bc6f2 100644 --- a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/batch/ReplaceBatchPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/batch/ReplaceBatchPanel.java @@ -122,14 +122,14 @@ public class ReplaceBatchPanel extends FramedPanel implements private ComboBox comboShowOccurrencesType = null; private TextButton btnConnect; + private TextButton btnDisconnect; private TextField connectionField; protected ListLoader> loader; protected Grid grid; protected ListStore store; protected HTML info; - protected TextButton btnDisconnect; - + private boolean simpleReplace; public ReplaceBatchPanel(ReplaceBatchDialog parent, TRId trId,