diff --git a/pom.xml b/pom.xml index 43d2ab9..6fe526a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ tabular-data-table-widget - tabular-data-table-widget allows operation on table and change table type + tabular-data-table-widget allows operation on table and rows https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java index b5465c9..6826379 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/ChangeTableTypeProgressDialog.java @@ -97,8 +97,8 @@ public class ChangeTableTypeProgressDialog extends Window implements ChangeTable public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason, diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java index b019063..ac8b409 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DeleteRowsProgressDialog.java @@ -97,8 +97,8 @@ public class DeleteRowsProgressDialog extends Window implements DeleteRowsProgre public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason, diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java index c7ae2b6..7f45513 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/DuplicatesRowsProgressDialog.java @@ -97,8 +97,8 @@ public class DuplicatesRowsProgressDialog extends Window implements DuplicatesRo public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason, diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java index 0be6067..5965379 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/progress/TemplateApplyProgressDialog.java @@ -97,8 +97,8 @@ public class TemplateApplyProgressDialog extends Window implements TemplateApply public void operationComplete(TRId trId) { Log.debug("Operation Complete return: "+trId.toString()); - ok.setVisible(true); this.trId=trId; + updateInvocation(); } public void operationFailed(Throwable caught, String reason,