From 99b360d05fec2c48b5363541312aac57c7a1ecc2 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 5 Jul 2019 08:28:46 +0000 Subject: [PATCH] Support #17063, modify confirmation text when invitation email has been sent git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/invite-friends-widget@181145 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 4 ++++ pom.xml | 2 +- .../widgets/inviteswidget/client/ui/FormViewImpl.java | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 52d73f8..ea3663f 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Support #17063, modify confirmation text when invitation email has been sent + Ported to GWT 2.8.1 diff --git a/pom.xml b/pom.xml index c3379ea..7a122d9 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.gcube.portlets.widgets invite-friends-widget jar - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT gCube Invites widget gCube Invites widget Widget is a GWT Widget that can be used to automatically send invites to VRE users diff --git a/src/main/java/org/gcube/portlets/widgets/inviteswidget/client/ui/FormViewImpl.java b/src/main/java/org/gcube/portlets/widgets/inviteswidget/client/ui/FormViewImpl.java index 18fa56f..40dc442 100644 --- a/src/main/java/org/gcube/portlets/widgets/inviteswidget/client/ui/FormViewImpl.java +++ b/src/main/java/org/gcube/portlets/widgets/inviteswidget/client/ui/FormViewImpl.java @@ -138,7 +138,7 @@ public class FormViewImpl extends Composite implements FormView, Editor