You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2013/05/24 13:31:06 UTC

svn commit: r1486016 - /ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Author: hansbak
Date: Fri May 24 11:31:06 2013
New Revision: 1486016

URL: http://svn.apache.org/r1486016
Log:
remove partystatus from the PartyRoleAndPartyDetail view, causes demo data to not show up and multiple status records will show duplicates

Modified:
    ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?rev=1486016&r1=1486015&r2=1486016&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Fri May 24 11:31:06 2013
@@ -2482,12 +2482,8 @@ under the License.
       <member-entity entity-alias="PR" entity-name="PartyRole"/>
       <member-entity entity-alias="PERSON" entity-name="Person"/>
       <member-entity entity-alias="PTYGRP" entity-name="PartyGroup"/>
-      <member-entity entity-alias="PS" entity-name="PartyStatus"/>
       <alias-all entity-alias="PTY"/>
       <alias-all entity-alias="PR"/>
-      <alias-all entity-alias="PS">
-        <exclude field="statusId"/>
-      </alias-all>
       <alias-all entity-alias="PERSON">
         <exclude field="comments"/>
       </alias-all>
@@ -2496,7 +2492,6 @@ under the License.
       </alias-all>
       <alias entity-alias="PERSON" name="personComments" field="comments"/>
       <alias entity-alias="PTYGRP" name="partyGroupComments" field="comments"/>
-      <alias entity-alias="PS" name="previousStatusId" field="statusId"/>
       <view-link entity-alias="PTY" rel-entity-alias="PR">
         <key-map field-name="partyId"/>
       </view-link>