Minor Update

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

View File

@ -135,7 +135,7 @@ public class ToolBox extends TabPanel {
} }
public void openValidationsTableTab(TRId trId) { public void openValidationsTableTab(TRId trId) {
Log.debug("Open Validations Table Tab"); Log.debug("Open Validations Table Tab: "+trId);
if (validationsTablePanel == null) { if (validationsTablePanel == null) {
addValidationsTablePanel(trId); addValidationsTablePanel(trId);
} else { } else {

View File

@ -354,6 +354,7 @@ public class ToolBoxPanel extends ContentPanel {
} else { } else {
enable(); enable();
expand(); expand();
state = ToolBoxPanelState.OPENED;
toolBox.openPropertiesTab(); toolBox.openPropertiesTab();
toolBox.updateTabs(); toolBox.updateTabs();
Log.debug("ToolBoxPanel Updated For Table"); Log.debug("ToolBoxPanel Updated For Table");
@ -368,6 +369,7 @@ public class ToolBoxPanel extends ContentPanel {
} else { } else {
enable(); enable();
expand(); expand();
state = ToolBoxPanelState.OPENED;
toolBox.openValidationsTableTab(trId); toolBox.openValidationsTableTab(trId);
toolBox.updateTabs(); toolBox.updateTabs();
Log.debug("ToolBoxPanel Updated For Curation"); Log.debug("ToolBoxPanel Updated For Curation");