Author: ashish
Date: Sat May 21 05:48:08 2016
New Revision: 1744834

URL: http://svn.apache.org/viewvc?rev=1744834&view=rev
Log:
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/release15.12/applications/datamodel/entitydef/content-entitymodel.xml

Modified: 
ofbiz/branches/release15.12/applications/datamodel/entitydef/content-entitymodel.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/datamodel/entitydef/content-entitymodel.xml?rev=1744834&r1=1744833&r2=1744834&view=diff
==============================================================================
--- 
ofbiz/branches/release15.12/applications/datamodel/entitydef/content-entitymodel.xml
 (original)
+++ 
ofbiz/branches/release15.12/applications/datamodel/entitydef/content-entitymodel.xml
 Sat May 21 05:48:08 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>
@@ -766,7 +766,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>


Reply via email to