Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Commit c8ebd1e

Browse files
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. ============================================= git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/release12.04@1744840 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0353b59 commit c8ebd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/content/entitydef/entitymodel.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ under the License.
160160
<field name="statusId" type="id"></field>
161161
<field name="privilegeEnumId" type="id"></field>
162162
<field name="serviceName" type="long-varchar"></field>
163-
<field name="contentName" type="name"></field>
163+
<field name="contentName" type="value"></field>
164164
<field name="description" type="description"></field>
165165
<field name="localeString" type="very-short"></field>
166166
<field name="mimeTypeId" type="id-vlong"></field>
@@ -760,7 +760,7 @@ under the License.
760760
<field name="dataCategoryId" type="id-ne"></field>
761761
<field name="dataSourceId" type="id"></field>
762762
<field name="statusId" type="id"></field>
763-
<field name="dataResourceName" type="name"></field>
763+
<field name="dataResourceName" type="value"></field>
764764
<field name="localeString" type="very-short"></field>
765765
<field name="mimeTypeId" type="id-vlong"></field>
766766
<field name="characterSetId" type="id-long"></field>

0 commit comments

Comments
 (0)