Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@94966 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-17 11:05:07 +00:00 committed by Giancarlo Panichi
parent 419d9dc001
commit 854492c568
1 changed files with 14 additions and 2 deletions

View File

@ -350,7 +350,13 @@ public class ToolBoxPanel extends ContentPanel {
if (state == ToolBoxPanelState.OPENED) {
toolBox.openPropertiesTab();
toolBox.updateTabs();
Log.debug("ToolBoxPanel Updated");
Log.debug("ToolBoxPanel Updated For Table");
} else {
enable();
expand();
toolBox.openPropertiesTab();
toolBox.updateTabs();
Log.debug("ToolBoxPanel Updated For Table");
}
}
@ -358,7 +364,13 @@ public class ToolBoxPanel extends ContentPanel {
if (state == ToolBoxPanelState.OPENED) {
toolBox.openValidationsTableTab(trId);
toolBox.updateTabs();
Log.debug("ToolBoxPanel Updated");
Log.debug("ToolBoxPanel Updated For Curation");
} else {
enable();
expand();
toolBox.openValidationsTableTab(trId);
toolBox.updateTabs();
Log.debug("ToolBoxPanel Updated For Curation");
}
}