refs 6548: TDM - Migrate TabMan to new PortalContext

Task-Url: https://support.d4science.org/issues/6548

Updated to new PortalContext

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-export-widget@142435 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-02-09 16:03:43 +00:00 committed by Giancarlo Panichi
parent f3619a2b4d
commit af2c89ad1f
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ public class SDMXTableDetailCard extends WizardCard {
version = new TextField();
version.setAllowBlank(false);
version.setEmptyText("Enter Version...");
version.setValue(Constants.SDMX_DATASET_EXPORT_DEFAULT_ID);
version.setValue(Constants.SDMX_DATASET_EXPORT_DEFAULT_VERSION);
p.add(new FieldLabel(version, "Version"), new VerticalLayoutData(1, -1));
measureColumn = new TextField();
@ -172,7 +172,7 @@ public class SDMXTableDetailCard extends WizardCard {
version = new TextField();
version.setAllowBlank(false);
version.setEmptyText("Enter Version...");
version.setValue(Constants.SDMX_CODELIST_EXPORT_DEFAULT_ID);
version.setValue(Constants.SDMX_CODELIST_EXPORT_DEFAULT_VERSION);
p.add(new FieldLabel(version, "Version"), new VerticalLayoutData(1, -1));
}