ref 6078:TDM - Create a new widget to support operations's invocation on DataMiner

https://support.d4science.org/issues/6078

Updated to support DataMiner

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@146843 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-04-13 10:18:57 +00:00
parent cd2bf4b132
commit d160ee01c7
5 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-10-0" date="2017-04-01">
<Change>Added support for template export in SDMX [issue #8033]</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-9-0" date="2015-10-15">
<Change>Updated support to Spanish</Change>
</Changeset>

View File

@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-widget-common-event</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0-SNAPSHOT</version>
<name>tabular-data-widget-common-event</name>
<description>tabular-data-widget-common-event contains events that are common to all widgets in tabular data manager</description>

View File

@ -77,6 +77,8 @@ public enum RibbonType {
TEMPLATE_DELETE,
TEMPLATE_APPLY,
TEMPLATE_SHARE,
TEMPLATE_EXPORT_SDMX,
TEMPLATE_IMPORT_SDMX,
ANALYSE_TABLE_FILTER,
ANALYSE_TABLE_UNION,
ANALYSE_TABLE_GROUPBY,

View File

@ -75,6 +75,8 @@ public enum OperationsId {
SDMXCodelistExport("201"),
SDMXDatasetImport("202"),
SDMXDatasetExport("203"),
SDMXTemplateExport("204"),
SDMXTemplateImport("205"),
JSONImport("300"),
JSONExport("301"),
ValidateCodelist("1000"),

View File

@ -18,6 +18,8 @@ public enum UIOperationsId {
Clone("Clone"),
SDMXImport("SDMX Import"),
SDMXExport("SDMX Export"),
SDMXTemplateImport("SDMX Template Import"),
SDMXTemplateExport("SDMX Template Export"),
JSONImport("JSON Import"),
JSONExport("JSON Export"),
ChangeTableType("Change Table Type"),