git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@92284 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0858fbd167
commit
653ae71aff
|
@ -354,7 +354,7 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
|
|||
|
||||
|
||||
Info.display("Info", "An operation of sharing was submitted");
|
||||
explorerPanel.mask("Setting permissions");
|
||||
explorerPanel.mask("Setting permissions", ConstantsExplorer.LOADINGSTYLE);
|
||||
|
||||
rpcWorkspaceService.shareFolder(fileModel, finalDialog.getSharedListUsers(), isNewFolder, finalDialog.getSelectedACL(), new AsyncCallback<Boolean>() {
|
||||
|
||||
|
@ -1337,7 +1337,7 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
|
|||
String clickedButton = be.getButtonClicked().getItemId();
|
||||
if(clickedButton.equals(Dialog.YES)){
|
||||
|
||||
explorerPanel.getAsycTreePanel().mask("Deleting");
|
||||
explorerPanel.getAsycTreePanel().mask("Deleting", ConstantsExplorer.LOADINGSTYLE);
|
||||
rpcWorkspaceService.removeItem(event.getFileTarget().getIdentifier(), new AsyncCallback<Boolean>(){
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue