removed comments
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@69645 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8158b8c63f
commit
b897268e28
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" output="target/workspace-6.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
<classpathentry kind="src" output="target/workspace-6.0.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
@ -31,5 +31,5 @@
|
||||||
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="output" path="target/workspace-6.0.0-SNAPSHOT/WEB-INF/classes"/>
|
<classpathentry kind="output" path="target/workspace-6.0.1-SNAPSHOT/WEB-INF/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
jarsExcludedFromWebInfLib=
|
jarsExcludedFromWebInfLib=
|
||||||
lastWarOutDir=/home/backup-old-home/francesco-mangiacrapa/workspace/workspace/target/workspace-6.0.0-SNAPSHOT
|
lastWarOutDir=/home/backup-old-home/francesco-mangiacrapa/workspace/workspace/target/workspace-6.0.1-SNAPSHOT
|
||||||
warSrcDir=src/main/webapp
|
warSrcDir=src/main/webapp
|
||||||
warSrcDirIsOutput=false
|
warSrcDirIsOutput=false
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>workspace</artifactId>
|
<artifactId>workspace</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>6.0.0-SNAPSHOT</version>
|
<version>6.0.1-SNAPSHOT</version>
|
||||||
<name>gCube Workspace Portlet</name>
|
<name>gCube Workspace Portlet</name>
|
||||||
<description>
|
<description>
|
||||||
gcube Workspace Portlet is a portlet for users workspace management
|
gcube Workspace Portlet is a portlet for users workspace management
|
||||||
|
|
|
@ -461,9 +461,6 @@ public class AppController implements SubscriberInterface {
|
||||||
|
|
||||||
private void doElementGridSelected(boolean isSelected, FileModel target) {
|
private void doElementGridSelected(boolean isSelected, FileModel target) {
|
||||||
|
|
||||||
// wsPortlet.getToolbarPanelContainer().activeButtonsOnSelect(itemSelected);
|
|
||||||
|
|
||||||
|
|
||||||
wsPortlet.getGxtCardLayoutResultPanel().getToolBarItem().activeButtonsOnSelect(target, isSelected);
|
wsPortlet.getGxtCardLayoutResultPanel().getToolBarItem().activeButtonsOnSelect(target, isSelected);
|
||||||
|
|
||||||
|
|
||||||
|
@ -480,21 +477,6 @@ public class AppController implements SubscriberInterface {
|
||||||
else
|
else
|
||||||
loadBreadcrumbById(target.getIdentifier());
|
loadBreadcrumbById(target.getIdentifier());
|
||||||
|
|
||||||
// if(!(lastParent.getIdentifier().compareTo(target.getIdentifier())==0))
|
|
||||||
// loadBreadcrumbById(target.getIdentifier());
|
|
||||||
|
|
||||||
// List<FileModel> listParents = appContrExplorer.getListParentsByIdentifierFromTree(target.getIdentifier());
|
|
||||||
|
|
||||||
|
|
||||||
// if(isSearchActive){ //COMMENTED 30-01-12 - syncronization only if search is active
|
|
||||||
//
|
|
||||||
// wsPortlet.getSearchAndFilterContainer().setSearchActive(true);
|
|
||||||
//
|
|
||||||
// appContrExplorer.searching(true);
|
|
||||||
//
|
|
||||||
// appContrExplorer.findItemAndSelectItemInTree(target.getIdentifier());
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue