Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@101373 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
51d7c8ea3f
commit
ae3af1b7fc
|
@ -348,6 +348,13 @@ public class SDMXTableDetailCard extends WizardCard {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(vFrom!=null && vUntilTo!=null && vFrom.compareTo(vUntilTo)>0){
|
||||||
|
Log.debug("Attention Valid From field is higher than Valid Until To field");
|
||||||
|
UtilsGXT3.info("Attention", "Valid From field is higher than Valid Until To field");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if(comboLicences.getCurrentValue()!=null&&
|
if(comboLicences.getCurrentValue()!=null&&
|
||||||
comboLicences.getCurrentValue().getLicence()!=null && !comboLicences.getCurrentValue().getLicence().isEmpty()){
|
comboLicences.getCurrentValue().getLicence()!=null && !comboLicences.getCurrentValue().getLicence().isEmpty()){
|
||||||
detail.setLicence(comboLicences.getCurrentValue().getLicence());
|
detail.setLicence(comboLicences.getCurrentValue().getLicence());
|
||||||
|
|
Loading…
Reference in New Issue