From 4761fb3531e6a97fc08b38c774806bf9c1945518 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Mon, 3 Mar 2014 10:44:18 +0000 Subject: [PATCH] added files distro git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@92540 82a268e6-3cf1-43bd-a215-b396298e98cf --- .gwt/.gwt-log | 32 +++++++++++++++++++ distro/INSTALL | 7 ---- distro/README | 11 +++---- .../user/workspace/client/AppController.java | 1 + 4 files changed, 37 insertions(+), 14 deletions(-) create mode 100644 .gwt/.gwt-log diff --git a/.gwt/.gwt-log b/.gwt/.gwt-log new file mode 100644 index 0000000..c9a90d5 --- /dev/null +++ b/.gwt/.gwt-log @@ -0,0 +1,32 @@ +Public resources found in... +Translatable source found in... +Found 0 cached/archived units. Used 0 / 2719 units from cache. +Compiling... + 30% complete (ETR: 9 seconds) + 30% complete (ETR: 9 seconds) + 30% complete (ETR: 9 seconds) + 30% complete (ETR: 9 seconds) + 40% complete (ETR: 8 seconds) + 50% complete (ETR: 7 seconds) + 60% complete (ETR: 6 seconds) + 70% complete (ETR: 4 seconds) + 80% complete (ETR: 2 seconds) + 90% complete (ETR: 1 seconds) + 100% complete (ETR: 0 seconds) + Compilation completed in 14.67 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2719 cached/archived units. Used 2719 / 2719 units from cache. +Compiling... + Compilation completed in 0.00 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2719 cached/archived units. Used 2719 / 2719 units from cache. +Compiling... + Compilation completed in 0.01 seconds +Removing invalidated units +Finding entry point classes diff --git a/distro/INSTALL b/distro/INSTALL index ede9108..e69de29 100644 --- a/distro/INSTALL +++ b/distro/INSTALL @@ -1,7 +0,0 @@ -*** Manual build -You need this projects: --Home Library --Home Library JCR --workspace-tree-widget --workspace - diff --git a/distro/README b/distro/README index b5dbb92..a10bf9d 100644 --- a/distro/README +++ b/distro/README @@ -8,9 +8,6 @@ context of the iMarine project (http://www.i-marine.eu). Authors ------- -* Federico De Faveri (federico.defaveri@isti.cnr.it), CNR Pisa, - Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". - * Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". @@ -18,19 +15,19 @@ Authors Version and Release Date ------------------------ -v. 6.6.0 +v. 1.0.0 Description ----------- -The Workspace Portlet is a portlet for users workspace management. +The Worksapce Sharing Widget is a widget to share worskapace items among portal user. Download information -------------------- Source code is available from SVN: -http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/workspace +http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/workspace-sharing-widget Binaries can be downloaded from: n/a @@ -39,7 +36,7 @@ n/a Documentation ------------- Documentation is available on-line from the Projects Documentation Wiki: -https://gcube.wiki.gcube-system.org/gcube/index.php/Workspace +https://gcube.wiki.gcube-system.org/gcube/index.php/Workspace Sharing Widget Licensing 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 771376b..a4ab0a4 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 @@ -477,6 +477,7 @@ public class AppController implements SubscriberInterface { // for(ScopeModel scope: result) // System.out.println("#############Scopde id " + scope.getId() + " name " + scope.getName()); + if(result!=null && result.size()>0){ wsPortlet.getSearchAndFilterContainer().setListScope(result); wsPortlet.getSearchAndFilterContainer().selectScopeByIndex(0); //select first scope