Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114388 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-24 10:34:59 +00:00
parent ecc8cd4e8a
commit a3a7f1e6a6
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class RuleDeleteDialog extends Window {
UtilsGXT3.alert("Error deleting column rule",
caught.getLocalizedMessage());
}
ruleDeletePanel.gridReload();
}
});

View File

@ -90,7 +90,9 @@ public class TemplateDeleteDialog extends Window {
UtilsGXT3.alert("Apply Template Error ",
"Error in invocation of delete template operation! "
+ caught.getLocalizedMessage());
}
close();
}
}