update pom version at 1.7.1

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@158033 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-10-31 09:59:20 +00:00
parent bd622a42f0
commit 4a8578c1ef
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-explorer</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
<name>gCube Workspace Explorer</name>
<description>
gCube Workspace Explorer widget allows to navigate (gCube) Workspace

View File

@ -374,7 +374,9 @@ public class WorkspaceExplorerPaginated extends WorkspaceExplorer{
GWT.log("Server start index: "+serverStartIndex);
// int newStart = start < serverStartIndex? serverStartIndex : start;
// GWT.log("newStart index: "+newStart);
loadFolder(getDisplayingFolderItem(), loadGcubeProperties, start, length, false);
if(getDisplayingFolderItem()!=null)
loadFolder(getDisplayingFolderItem(), loadGcubeProperties, start, length, false);
}
catch (Exception e) {
// TODO Auto-generated catch block