enhancements on VRE folder management

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@91541 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-02-13 15:12:47 +00:00
parent 8120f4cecb
commit 3f83870f01
1 changed files with 6 additions and 0 deletions

View File

@ -637,6 +637,12 @@ public class GxtToolBarItemFunctionality {
}
activeButtons(active);
//HANDLE VRE FOLDER
if(target!=null && target.isVreFolder()){
this.btnRemoveItem.disable();
this.btnRenameItem.disable();
}
}