Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@94889 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-16 10:19:23 +00:00
parent b2cf1dea66
commit 527e2a8ed6
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class ReplaceBatchColumnProgressDialog extends Window implements ReplaceB
public void updateInvocation(){
if(trId!=null){
ChangeTableRequestEvent changeTableRequestEvent=
new ChangeTableRequestEvent(ChangeTableRequestType.COLUMNREPLACE, trId);
new ChangeTableRequestEvent(ChangeTableRequestType.COLUMNREPLACEBATCH, trId);
eventBus.fireEvent(changeTableRequestEvent);
}
parent.hide();