You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/05/21 05:53:08 UTC

svn commit: r1744837 - /ofbiz/branches/release13.07/applications/content/entitydef/entitymodel.xml

Author: ashish
Date: Sat May 21 05:53:08 2016
New Revision: 1744837

URL: http://svn.apache.org/viewvc?rev=1744837&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/release13.07/applications/content/entitydef/entitymodel.xml

Modified: ofbiz/branches/release13.07/applications/content/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/content/entitydef/entitymodel.xml?rev=1744837&r1=1744836&r2=1744837&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/content/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/release13.07/applications/content/entitydef/entitymodel.xml Sat May 21 05:53: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>