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 2014/11/15 06:38:23 UTC

svn commit: r1639838 - /ofbiz/branches/release13.07/framework/common/entitydef/entitymodel.xml

Author: ashish
Date: Sat Nov 15 05:38:22 2014
New Revision: 1639838

URL: http://svn.apache.org/r1639838
Log:
Applied bug fix from trunk r1639837.
Applied patch from jira issue - OFBIZ-5110 - PortalPage entity definition wrong. ownerUserLoginId field must be id-vlong-ne.
Thanks Roberto for reporting the issue and Thanks Arun for providing the patch.

Modified:
    ofbiz/branches/release13.07/framework/common/entitydef/entitymodel.xml

Modified: ofbiz/branches/release13.07/framework/common/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/entitydef/entitymodel.xml?rev=1639838&r1=1639837&r2=1639838&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/common/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/release13.07/framework/common/entitydef/entitymodel.xml Sat Nov 15 05:38:22 2014
@@ -739,7 +739,7 @@ under the License.
         <!-- defined in an extend in content component to avoid dependencies between common and content
         <field name="helpContentId" type="id"><description>Used to give contentId which will be shown when help on this page will be called</description></field>
          -->
-        <field name="ownerUserLoginId" type="id"></field>
+        <field name="ownerUserLoginId" type="id-vlong-ne"></field>
         <field name="originalPortalPageId" type="id"><description>The system portal page this page is derived from</description></field>
         <field name="parentPortalPageId" type="id"><description>the parent this page is belonging to, normally the startpage of the portal page group</description></field>
         <field name="sequenceNum" type="numeric"></field>