Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@98810 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-18 16:29:11 +00:00 committed by Giancarlo Panichi
parent 8b6df7b796
commit 8c20b39d2c
1 changed files with 2 additions and 2 deletions

View File

@ -379,12 +379,10 @@ public class ToolBox extends TabPanel {
if (validationsTablePanel != null) {
validationsTablePanel.update();
}
if (validationsTasksPanel != null) {
validationsTasksPanel.update();
}
if (changeColumnTypePanel != null) {
@ -439,6 +437,8 @@ public class ToolBox extends TabPanel {
remove(denormalizePanel);
denormalizePanel = null;
}
forceLayout();
}