mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- make edit of renditions bring up form editor rather than the editor for the file type.
- disable finish button on first screen of create web content wizard. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4239 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -297,8 +297,7 @@ public final class FormsService
|
||||
|
||||
props = new HashMap<QName, Serializable>(2, 1.0f);
|
||||
props.put(WCMModel.PROP_PARENT_RENDERING_ENGINE, re.getNodeRef());
|
||||
props.put(WCMModel.PROP_PRIMARY_FORM_INSTANCE_DATA,
|
||||
AVMNodeConverter.ToNodeRef(-1, parentPath + formInstanceDataFileName));
|
||||
props.put(WCMModel.PROP_PRIMARY_FORM_INSTANCE_DATA, formInstanceDataNodeRef);
|
||||
nodeService.addAspect(renditionNodeRef, WCMModel.ASPECT_RENDITION, props);
|
||||
|
||||
props = new HashMap<QName, Serializable>(1, 1.0f);
|
||||
|
Reference in New Issue
Block a user