Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix selectionHasRootNode
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 26, 2016
1 parent 512aeb0 commit 0a3dc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/access.fs/fsActions.xml
Expand Up @@ -6,7 +6,7 @@
accessKey="folder_access_key">
<context selection="true" dir="" recycle="false"
actionBar="true" actionBarGroup="put" contextMenu="true" infoPanel="true"/>
<selectionContext dir="true" file="true" recycle="false"
<selectionContext dir="true" file="true" recycle="false" enableRoot="true"
unique="true" allowedMimes="ajxp_folder,AJXP_MIMES_ZIP" behaviour="hidden">
</selectionContext>
</gui>
Expand Down
Expand Up @@ -539,7 +539,7 @@ class PydioDataModel extends Observable{
}
});
}catch(e){}

return found;
}

/**
Expand Down

0 comments on commit 0a3dc6b

Please sign in to comment.