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:
parent
8120f4cecb
commit
3f83870f01
|
@ -637,6 +637,12 @@ public class GxtToolBarItemFunctionality {
|
|||
}
|
||||
|
||||
activeButtons(active);
|
||||
|
||||
//HANDLE VRE FOLDER
|
||||
if(target!=null && target.isVreFolder()){
|
||||
this.btnRemoveItem.disable();
|
||||
this.btnRenameItem.disable();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue