updated version (minor) and adapted to the Workspace Uploader with no ASL Session

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@134744 82a268e6-3cf1-43bd-a215-b396298e98cf
task/19600
Massimiliano Assante 8 years ago
parent 597d5d06f1
commit e83c49a2ce

@ -8,9 +8,6 @@
<dependent-module archiveName="client-context-library-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/client-context-library/client-context-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="workspace-tree-widget-6.14.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/WorkspaceTree/WorkspaceTree">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="workspace-uploader-1.6.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-uploader/workspace-uploader">
<dependency-type>uses</dependency-type>
</dependent-module>

@ -213,6 +213,6 @@ public class GxtBorderLayoutPanel extends ContentPanel {
* @param parentId the parent id
*/
public void updateDnDParentId(String parentId){
dnd.setParameters(parentId, UPLOAD_TYPE.File, GCubeClientContext.getCurrentContextId());
dnd.setParameters(parentId, UPLOAD_TYPE.File);
}
}

@ -5,7 +5,7 @@
<!-- To Comment out -->
<set-property name="user.agent" value="safari" />
<!-- <set-property name="user.agent" value="safari" /> -->
<!-- <inherits name='org.gcube.portlets.widgets.guidedtour.GuidedTour' /> -->

Loading…
Cancel
Save