mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.0 to HEAD
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5104 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5105 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5107 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5108 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5114 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -862,6 +862,25 @@ public class AVMBrowseBean implements IContextListener
|
||||
this.allItemsAction = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Refresh Sandbox in the virtualisation server
|
||||
*/
|
||||
public void refreshSandbox(ActionEvent event)
|
||||
{
|
||||
UIActionLink link = (UIActionLink)event.getComponent();
|
||||
Map<String, String> params = link.getParameterMap();
|
||||
String store = params.get("store");
|
||||
|
||||
if (store == null)
|
||||
{
|
||||
store = getStagingStore();
|
||||
}
|
||||
|
||||
// update the specified webapp in the store
|
||||
String webappPath = AVMConstants.buildStoreWebappPath(store, getWebapp());
|
||||
AVMConstants.updateVServerWebapp(webappPath, true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Undo changes to a single node
|
||||
*/
|
||||
|
Reference in New Issue
Block a user