Fix for Bug #1857 typo when displaying loading popup

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/register-vre-users@122002 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-12-21 10:51:35 +00:00
parent 3ce28203aa
commit c7fb270d98
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/register-vre-users-1.4.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/register-vre-users-1.4.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
@ -31,5 +31,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/register-vre-users-1.4.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/register-vre-users-1.4.1-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -1,4 +1,8 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-admin.register-vre-users.1-4-1"
date="2015-12-21">
<Change>Fix for Bug #1857 typo when displaying loading popup</Change>
</Changeset>
<Changeset component="org.gcube.portlets-admin.register-vre-users.1-4-0"
date="2015-10-13">
<Change>Updated to use shared common library for notification messages</Change>

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>register-vre-users</artifactId>
<packaging>war</packaging>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
<name>Register VRE Users</name>
<description>
Rigister VRE Users Portlet allow to select a user from the portal and add her to the VRE.

View File

@ -99,7 +99,7 @@ public class VREDeploymentPresenter implements Presenter {
* fetch all the workflow documents belongin to this user
*/
private void fetchAvailableUsers() {
display.maskCenterPanel("Loading Avalable Users, please wait", true);
display.maskCenterPanel("Loading available Users, please wait", true);
rpcService.getAvailableUsers(new AsyncCallback<ArrayList<PortalUserDTO>>() {
@Override
public void onSuccess(ArrayList<PortalUserDTO> docs) {