Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@113854 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-01 09:45:17 +00:00
parent 17fe162d9b
commit f6022594e7
1 changed files with 2 additions and 0 deletions

View File

@ -656,6 +656,7 @@ public class AddColumnPanel extends FramedPanel implements
comboDimensionTypeLabel.setVisible(false);
comboColumnReferenceTypeLabel.setVisible(false);
comboTimeDimensionTypeLabel.setVisible(false);
comboAttributeType.reset();
defaultStringLabel.setVisible(false);
break;
case DIMENSION:
@ -674,6 +675,7 @@ public class AddColumnPanel extends FramedPanel implements
comboDimensionTypeLabel.setVisible(false);
comboColumnReferenceTypeLabel.setVisible(false);
comboTimeDimensionTypeLabel.setVisible(false);
comboMeasureType.reset();
defaultStringLabel.setVisible(false);
break;
case TIMEDIMENSION: