This commit is contained in:
Massimiliano Assante 2018-07-02 09:33:56 +00:00
parent 5f1a148331
commit 86b44380ab
1 changed files with 3 additions and 3 deletions

View File

@ -133,9 +133,9 @@ public class WorkspaceExplorerSelectDialog extends Modal implements HasWorskpace
if(showOnlyFolders){ if(showOnlyFolders){
ItemType[] itemsType = new ItemType[1]; ItemType[] itemsType = new ItemType[1];
itemsType[0] = ItemType.FOLDER; itemsType[0] = ItemType.FOLDER;
itemsType[0] = ItemType.PRIVATE_FOLDER; itemsType[1] = ItemType.PRIVATE_FOLDER;
itemsType[0] = ItemType.SHARED_FOLDER; itemsType[2] = ItemType.SHARED_FOLDER;
itemsType[0] = ItemType.VRE_FOLDER; itemsType[3] = ItemType.VRE_FOLDER;
setSelectableTypes(itemsType); setSelectableTypes(itemsType);
setShowableTypes(itemsType); setShowableTypes(itemsType);