Added types cm:avmcontent (derived from cm:content) TYPE_AVM_CONTENT and

cm:avmfolder (derived from cm:folder) TYPE_AVM_FOLDER as handles for UI.
Fixed configuration goofs I introduced recently that caused Node Browsing
to barf on content nodes. 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3725 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-09-08 04:47:21 +00:00
parent 9c8ae2b7c4
commit 08ecce31b6
6 changed files with 21 additions and 9 deletions

View File

@@ -79,6 +79,11 @@
</properties>
</type>
<type name="cm:avmcontent">
<title>AVM Content</title>
<parent>cm:content</parent>
</type>
<type name="cm:dictionaryModel">
<title>Dictionary Model</title>
<parent>cm:content</parent>
@@ -138,6 +143,11 @@
<parent>cm:folder</parent>
</type>
<type name="cm:avmfolder">
<title>AVM Folder</title>
<parent>cm:folder</parent>
</type>
<type name="cm:person">
<title>Person</title>
<parent>sys:base</parent>

View File

@@ -68,7 +68,7 @@
<ref bean="dictionaryService"/>
</property>
<property name="avmService">
<ref bean="AVMService"/>
<ref bean="avmService"/>
</property>
<property name="policyComponent">
<ref bean="policyComponent"/>