Author: ashish
Date: Sat Nov 15 05:43:18 2014
New Revision: 1639839
URL: http://svn.apache.org/r1639839
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/release12.04/framework/common/entitydef/entitymodel.xml
Modified: ofbiz/branches/release12.04/framework/common/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/entitydef/entitymodel.xml?rev=1639839&r1=1639838&r2=1639839&view=diff
==============================================================================
--- ofbiz/branches/release12.04/framework/common/entitydef/entitymodel.xml
(original)
+++ ofbiz/branches/release12.04/framework/common/entitydef/entitymodel.xml Sat
Nov 15 05:43:18 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>