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
This commit is contained in:
parent
45f17e1153
commit
99b360d05f
|
@ -1,4 +1,8 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets-widgets.invite-friends-widget.1-6-1"
|
||||
date="2019-07-05">
|
||||
<Change>Support #17063, modify confirmation text when invitation email has been sent</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-widgets.invite-friends-widget.1-5-0"
|
||||
date="2017-11-29">
|
||||
<Change>Ported to GWT 2.8.1</Change>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
|||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>invite-friends-widget</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.6.0-SNAPSHOT</version>
|
||||
<version>1.6.1-SNAPSHOT</version>
|
||||
<name>gCube Invites widget</name>
|
||||
<description>
|
||||
gCube Invites widget Widget is a GWT Widget that can be used to automatically send invites to VRE users
|
||||
|
|
|
@ -138,7 +138,7 @@ public class FormViewImpl extends Composite implements FormView, Editor<FormView
|
|||
public void onSuccess(InviteOperationResult result) {
|
||||
switch (result) {
|
||||
case SUCCESS:
|
||||
feedback.setText("Thanks for inviting, we sent the email correctly.");
|
||||
feedback.setText("Thanks, the invitation email has been sent.");
|
||||
feedbackGroup.setType(ControlGroupType.SUCCESS);
|
||||
break;
|
||||
case ALREADY_INVITED:
|
||||
|
|
Loading…
Reference in New Issue