You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pa...@apache.org on 2019/08/24 09:32:41 UTC

svn commit: r1865828 - /ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml

Author: pawan
Date: Sat Aug 24 09:32:41 2019
New Revision: 1865828

URL: http://svn.apache.org/viewvc?rev=1865828&view=rev
Log:
Fixed: Scrum parties don't have partyTypeId set
(OFBIZ-11013)
Added missing partyTypeId data for the Scrum Parties.

Thanks: Pierre Smits for your contribution.

Modified:
    ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml

Modified: ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml?rev=1865828&r1=1865827&r2=1865828&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/data/scrumDemoData.xml Sat Aug 24 09:32:41 2019
@@ -129,7 +129,7 @@ under the License.
     <!-- Company -->
     <PartyRole partyId="Company" roleTypeId="ACCOUNT"/>
     
-    <Party partyId="DemoScrumCompany" statusId="PARTY_ENABLED"/>
+    <Party partyId="DemoScrumCompany" partyTypeId="PARTY_GROUP" statusId="PARTY_ENABLED"/>
     <PartyRole partyId="DemoScrumCompany" roleTypeId="ORGANIZATION_ROLE"/>
     <PartyRole partyId="DemoScrumCompany" roleTypeId="ACCOUNT"/>
     <PartyRole partyId="DemoCustomer-1" roleTypeId="CONTACT"/>
@@ -153,7 +153,7 @@ under the License.
     <PartyRelationship partyIdFrom="Company" roleTypeIdFrom="ACCOUNT" partyIdTo="SCRUMTEAM-1" roleTypeIdTo="CONTACT" fromDate="2010-07-23 00:00:00.000" partyRelationshipTypeId="EMPLOYMENT"/>
     
     <!-- Company -->
-    <Party partyId="DemoScrumCompany2" statusId="PARTY_ENABLED"/>
+    <Party partyId="DemoScrumCompany2" partyTypeId="PARTY_GROUP" statusId="PARTY_ENABLED"/>
     <PartyRole partyId="DemoScrumCompany2" roleTypeId="ORGANIZATION_ROLE"/>
     <PartyRole partyId="DemoScrumCompany2" roleTypeId="ACCOUNT"/>
     <PartyRole partyId="DemoCustomer-2" roleTypeId="CONTACT"/>