bug fix
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:
parent
bd622a42f0
commit
4a8578c1ef
2
pom.xml
2
pom.xml
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue