From f5d320bef6092aa9486012b266708cc73b648cfe Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Tue, 8 Oct 2013 10:07:40 +0000 Subject: [PATCH] ws-mail widget dependency was updated git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@82638 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 8 +++++--- .../portlets/user/workspace/client/AppController.java | 5 ++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index fba637e..cae4352 100644 --- a/pom.xml +++ b/pom.xml @@ -83,8 +83,8 @@ org.gcube.core common-scope-maps [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) - - + + @@ -172,14 +172,16 @@ [6.0.0-SNAPSHOT, 7.0.0-SNAPSHOT) provided + + - org.gcube.portlets.user + org.gcube.portlets.widgets wsmail-widget [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT) provided diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/AppController.java b/src/main/java/org/gcube/portlets/user/workspace/client/AppController.java index 1c08d67..0851cab 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/AppController.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/AppController.java @@ -85,7 +85,7 @@ import org.gcube.portlets.user.workspace.client.view.windows.DialogGetInfo; import org.gcube.portlets.user.workspace.client.view.windows.InfoDisplay; import org.gcube.portlets.user.workspace.client.view.windows.MessageBoxAlert; import org.gcube.portlets.user.workspace.shared.SessionExpiredException; -import org.gcube.portlets.user.wsmail.client.forms.MailForm; +import org.gcube.portlets.widgets.wsmail.client.forms.MailForm; import com.extjs.gxt.ui.client.widget.Info; import com.extjs.gxt.ui.client.widget.LayoutContainer; @@ -116,6 +116,9 @@ public class AppController implements SubscriberInterface { private String selectedSmartFolderId; private String selectedSmartFolderCategory; + + + public AppController(AppControllerExplorer appControllerExplorer) { this.appContrExplorer = appControllerExplorer; this.appContrExplorer.subscribe(this, new EventsTypeEnum[] {