Author: pawan
Date: Sat Aug 24 09:55:52 2019
New Revision: 1865835
URL:
http://svn.apache.org/viewvc?rev=1865835&view=revLog:
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/branches/release16.11/specialpurpose/scrum/data/scrumDemoData.xml
Modified: ofbiz/branches/release16.11/specialpurpose/scrum/data/scrumDemoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/specialpurpose/scrum/data/scrumDemoData.xml?rev=1865835&r1=1865834&r2=1865835&view=diff==============================================================================
--- ofbiz/branches/release16.11/specialpurpose/scrum/data/scrumDemoData.xml (original)
+++ ofbiz/branches/release16.11/specialpurpose/scrum/data/scrumDemoData.xml Sat Aug 24 09:55:52 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"/>