Fixed no external registry url in this version

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@84994 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-05 16:28:58 +00:00 committed by Giancarlo Panichi
parent 34cc8ed4b2
commit 327bd1f0a5
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ public class SDMXRegistrySelectionCard extends WizardCard {
radioUrlRegistry.setName("Url");
radioUrlRegistry.setStylePrimaryName(res.sdmxImportCss()
.getImportSelectionSource());
radioUrlRegistry.disable();
url.setName("sdmxRegistryUrlInpuntField");
url.setId("sdmxRegistryUrlInputFieldId");

View File

@ -27,6 +27,6 @@
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
<!-- <source path='org.gcube.data.analysis.tabulardata.operation.worker'/> -->
</module>