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:
parent
f3619a2b4d
commit
af2c89ad1f
|
@ -125,7 +125,7 @@ public class SDMXTableDetailCard extends WizardCard {
|
||||||
version = new TextField();
|
version = new TextField();
|
||||||
version.setAllowBlank(false);
|
version.setAllowBlank(false);
|
||||||
version.setEmptyText("Enter Version...");
|
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));
|
p.add(new FieldLabel(version, "Version"), new VerticalLayoutData(1, -1));
|
||||||
|
|
||||||
measureColumn = new TextField();
|
measureColumn = new TextField();
|
||||||
|
@ -172,7 +172,7 @@ public class SDMXTableDetailCard extends WizardCard {
|
||||||
version = new TextField();
|
version = new TextField();
|
||||||
version.setAllowBlank(false);
|
version.setAllowBlank(false);
|
||||||
version.setEmptyText("Enter Version...");
|
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));
|
p.add(new FieldLabel(version, "Version"), new VerticalLayoutData(1, -1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue