svn commit: r737366 - /ofbiz/trunk/applications/content/data/ContentTypeData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r737366 - /ofbiz/trunk/applications/content/data/ContentTypeData.xml

jleroux@apache.org
Author: jleroux
Date: Sat Jan 24 14:34:35 2009
New Revision: 737366

URL: http://svn.apache.org/viewvc?rev=737366&view=rev
Log:
ContentType "OFBIZ_SITE_PUB_PT" was missing, now the OFBiz site is accessible from OFBiz :o)

Modified:
    ofbiz/trunk/applications/content/data/ContentTypeData.xml

Modified: ofbiz/trunk/applications/content/data/ContentTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentTypeData.xml?rev=737366&r1=737365&r2=737366&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/data/ContentTypeData.xml (original)
+++ ofbiz/trunk/applications/content/data/ContentTypeData.xml Sat Jan 24 14:34:35 2009
@@ -96,6 +96,8 @@
     <ContentType contentTypeId="COMPDOC_TEMPLATE" description="Composite Document Template"/>
     <ContentType contentTypeId="COMPDOC_INSTANCE" description="Composite Document Instance"/>
 
+    <ContentType contentTypeId="OFBIZ_SITE_PUB_PT" description="OFBiz site"/>    
+
     <StatusType description="Content Approval Status" hasTable="N" parentTypeId="" statusTypeId="CNTNTAPPR_STATUS"/>
     <StatusItem description="Not Ready for Approval" sequenceId="01" statusCode="NOT_READY" statusId="CNTAP_NOT_READY" statusTypeId="CNTNTAPPR_STATUS"/>
     <StatusItem description="Ready for Approval" sequenceId="02" statusCode="READY" statusId="CNTAP_READY" statusTypeId="CNTNTAPPR_STATUS"/>