Author: jleroux
Date: Fri Nov 20 16:25:07 2009
New Revision: 882631
URL:
http://svn.apache.org/viewvc?rev=882631&view=revLog:
A patch from Carsten Schinzer " Extend ContentOperationData for LEGAL_INFO." (
https://issues.apache.org/jira/browse/OFBIZ-3234) - OFBIZ-3234
The ContentOperationsData.xml file lists ContentPurposeTypes.
I found that among the typical company / ecommerce content, there is also legal information such as: Terms and Conditions, Imprint / Legal Notices, Data Protection Policies, other policies.
Modified:
ofbiz/trunk/applications/content/data/ContentOperationData.xml
Modified: ofbiz/trunk/applications/content/data/ContentOperationData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentOperationData.xml?rev=882631&r1=882630&r2=882631&view=diff==============================================================================
--- ofbiz/trunk/applications/content/data/ContentOperationData.xml (original)
+++ ofbiz/trunk/applications/content/data/ContentOperationData.xml Fri Nov 20 16:25:07 2009
@@ -53,6 +53,7 @@
<ContentPurposeType contentPurposeTypeId="COMPANY_INFO" description="Company Info"/>
<ContentPurposeType contentPurposeTypeId="ADVERTISEMENT" description="Advertisement"/>
<ContentPurposeType contentPurposeTypeId="GENERAL_INFO" description="General Info"/>
+ <ContentPurposeType contentPurposeTypeId="LEGAL_INFO" description="Legal Info"/>
<ContentPurposeType contentPurposeTypeId="DESCRIPTION" description="Description"/>
<ContentPurposeType contentPurposeTypeId="OWNER" description="Owner"/>