Author: ashish
Date: Fri May 20 11:12:33 2016
New Revision: 1744710
URL:
http://svn.apache.org/viewvc?rev=1744710&view=revLog:
Applying patch from jira issue - OFBIZ-7072.
DataResource.dataResourceName field should be at least 255 Chars.
Thanks Forrest Rae for creating the issue and applying the patch for the same.
Modified:
ofbiz/trunk/applications/datamodel/entitydef/content-entitymodel.xml
Modified: ofbiz/trunk/applications/datamodel/entitydef/content-entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/datamodel/entitydef/content-entitymodel.xml?rev=1744710&r1=1744709&r2=1744710&view=diff==============================================================================
--- ofbiz/trunk/applications/datamodel/entitydef/content-entitymodel.xml (original)
+++ ofbiz/trunk/applications/datamodel/entitydef/content-entitymodel.xml Fri May 20 11:12:33 2016
@@ -163,7 +163,7 @@ under the License.
<description>Deprecated : use customMethod pattern instead of. Kept for backward compatibility</description>
</field>
<field name="customMethodId" type="id"></field>
- <field name="contentName" type="name"></field>
+ <field name="contentName" type="value"></field>
<field name="description" type="description"></field>
<field name="localeString" type="very-short"></field>
<field name="mimeTypeId" type="id-vlong"></field>
@@ -768,7 +768,7 @@ under the License.
<field name="dataCategoryId" type="id-ne"></field>
<field name="dataSourceId" type="id"></field>
<field name="statusId" type="id"></field>
- <field name="dataResourceName" type="name"></field>
+ <field name="dataResourceName" type="value"></field>
<field name="localeString" type="very-short"></field>
<field name="mimeTypeId" type="id-vlong"></field>
<field name="characterSetId" type="id-long"></field>