Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@92797 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-07 08:46:44 +00:00
parent f6ee49a799
commit 6e34c68576
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ public class TabularDataController {
Log.debug("Request Duplicate Delete Tab");
if (trId != null) {
WidgetRequestEvent e = new WidgetRequestEvent(
WidgetRequestType.DUPLICATEDELETEPANEL);
WidgetRequestType.DUPLICATEROWSDELETEPANEL);
e.setTrId(trId);
eventBus.fireEvent(e);
}