From c2226cbfb7daa3e99c32f238f0f9cb5c48d4d921 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 29 Sep 2015 17:02:06 +0000 Subject: [PATCH] Fixed button visibility git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@119222 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +++--- config/profile.xml | 8 ++++---- distro/README | 2 +- distro/changelog.xml | 3 +++ pom.xml | 4 ++-- .../td/openwidget/client/TabResourcesSelectionCard.java | 1 + templates/changelog.xml | 3 +++ templates/profile.xml | 2 +- 8 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.classpath b/.classpath index dac63fc..80c9ae9 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -33,5 +33,5 @@ - + diff --git a/config/profile.xml b/config/profile.xml index f9462d5..d0ce17f 100644 --- a/config/profile.xml +++ b/config/profile.xml @@ -6,20 +6,20 @@ tabular-data-open-widget allows the selection and the opening of tabular resource PortletsUser tabular-data-open-widget - 2.8.0-SNAPSHOT + 1.0.0 tabular-data-open-widget allows the selection and the opening of tabular resource tabular-data-open-widget - 2.8.0-SNAPSHOT + 2.9.0-SNAPSHOT org.gcube.portlets.user tabular-data-open-widget - 2.8.0-SNAPSHOT + 2.9.0-SNAPSHOT library - tabular-data-open-widget-2.8.0-SNAPSHOT.jar + tabular-data-open-widget-2.9.0-SNAPSHOT.jar diff --git a/distro/README b/distro/README index e1b774e..b007123 100644 --- a/distro/README +++ b/distro/README @@ -13,7 +13,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Version and Release Date ------------------------ -v. 2.8.0-SNAPSHOT (2015-07-03) +v. 2.9.0-SNAPSHOT (2015-10-15) Description diff --git a/distro/changelog.xml b/distro/changelog.xml index e2f8e16..668103d 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + Fixed button visibility + Added Information Dialog diff --git a/pom.xml b/pom.xml index fc6f8ae..0d42996 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.user tabular-data-open-widget - 2.8.0-SNAPSHOT + 2.9.0-SNAPSHOT tabular-data-open-widget tabular-data-open-widget allows the selection and the opening of tabular resource @@ -37,7 +37,7 @@ ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} - 2015-07-03 + 2015-10-15 https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager templates distro diff --git a/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java b/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java index 7bf1bd4..b8c35d8 100644 --- a/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java +++ b/src/main/java/org/gcube/portlets/user/td/openwidget/client/TabResourcesSelectionCard.java @@ -85,6 +85,7 @@ public class TabResourcesSelectionCard extends WizardCard { getWizardWindow().setNextButtonCommand(sayFinish); // getWizardWindow().setFinishCommand(sayFinish); + setBackButtonVisible(false); } diff --git a/templates/changelog.xml b/templates/changelog.xml index e2f8e16..668103d 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,7 @@ + + Fixed button visibility + Added Information Dialog diff --git a/templates/profile.xml b/templates/profile.xml index 19ed5bc..ffa3274 100644 --- a/templates/profile.xml +++ b/templates/profile.xml @@ -6,7 +6,7 @@ ${project.description} PortletsUser ${project.name} - ${version} + 1.0.0 ${project.description}