mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Correction to last checkin (doh)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4586 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -820,7 +820,7 @@ public class AVMBrowseBean implements IContextListener
|
|||||||
String[] parts = path.split("[-:]");
|
String[] parts = path.split("[-:]");
|
||||||
String storename = parts[0];
|
String storename = parts[0];
|
||||||
String username = parts[1];
|
String username = parts[1];
|
||||||
setupSandboxActionImpl(username, AVMConstants.buildAVMUserMainStoreName(storename, username));
|
setupSandboxActionImpl(AVMConstants.buildAVMUserMainStoreName(storename, username), username);
|
||||||
setupContentAction(path, true);
|
setupContentAction(path, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -139,6 +139,7 @@ public class SubmitDialog extends BaseDialogBean
|
|||||||
this.warningItems = null;
|
this.warningItems = null;
|
||||||
this.workflowItems = null;
|
this.workflowItems = null;
|
||||||
this.workflows = new HashSet<FormWorkflowWrapper>(4);
|
this.workflows = new HashSet<FormWorkflowWrapper>(4);
|
||||||
|
this.workflowSelectedValue = null;
|
||||||
|
|
||||||
// walk all the web forms attached the website, and lookup the workflow defaults for each
|
// walk all the web forms attached the website, and lookup the workflow defaults for each
|
||||||
NodeRef websiteRef = this.avmBrowseBean.getWebsite().getNodeRef();
|
NodeRef websiteRef = this.avmBrowseBean.getWebsite().getNodeRef();
|
||||||
|
Reference in New Issue
Block a user