Author: ashish
Date: Sat May 21 05:57:08 2016
New Revision: 1744840
URL:
http://svn.apache.org/viewvc?rev=1744840&view=revLog:
Applied bug fix from trunk revision - 1744710.
=============================================
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/branches/release12.04/applications/content/entitydef/entitymodel.xml
Modified: ofbiz/branches/release12.04/applications/content/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/content/entitydef/entitymodel.xml?rev=1744840&r1=1744839&r2=1744840&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/content/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/release12.04/applications/content/entitydef/entitymodel.xml Sat May 21 05:57:08 2016
@@ -160,7 +160,7 @@ under the License.
<field name="statusId" type="id"></field>
<field name="privilegeEnumId" type="id"></field>
<field name="serviceName" type="long-varchar"></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>
@@ -760,7 +760,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>