svn commit: r1744840 - /ofbiz/branches/release12.04/applications/content/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1744840 - /ofbiz/branches/release12.04/applications/content/entitydef/entitymodel.xml

ashish-18
Author: ashish
Date: Sat May 21 05:57:08 2016
New Revision: 1744840

URL: http://svn.apache.org/viewvc?rev=1744840&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/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>