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