mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. WCM UI
- Create Web Content action (HTML and plain text) now creates content in the current AVM store - TODO: create in the correct sub-folder - Refactoring of the modified Create Content Wizard into a new wizard Create Web Content Wizard - Integrated XML form templating into the current website AVM path (still needs some testing/fixing up…) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3867 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -278,12 +278,4 @@ public abstract class BaseDialogBean implements IDialogBean
|
||||
FacesContext.getCurrentInstance(), getErrorMessageId()),
|
||||
exception.getMessage());
|
||||
}
|
||||
|
||||
protected NodeRef getContainerNodeRef()
|
||||
{
|
||||
String nodeId = this.navigator.getCurrentNodeId();
|
||||
return (nodeId == null
|
||||
? this.nodeService.getRootNode(Repository.getStoreRef())
|
||||
: new NodeRef(Repository.getStoreRef(), nodeId));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user