svn commit: r1865833 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ scrum/data/scrumDemoData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1865833 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ scrum/data/scrumDemoData.xml

Pawan Verma-2
Author: pawan
Date: Sat Aug 24 09:48:03 2019
New Revision: 1865833

URL: http://svn.apache.org/viewvc?rev=1865833&view=rev
Log:
Applied fix from trunk for revision: 1865828
===

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/branches/release18.12/   (props changed)
    ofbiz/ofbiz-plugins/branches/release18.12/scrum/data/scrumDemoData.xml

Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Aug 24 09:48:03 2019
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906,1860648,1860801,1861824,1861904,1861986,1862466,1865347,1865398,1865828

Modified: ofbiz/ofbiz-plugins/branches/release18.12/scrum/data/scrumDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/scrum/data/scrumDemoData.xml?rev=1865833&r1=1865832&r2=1865833&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/scrum/data/scrumDemoData.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/scrum/data/scrumDemoData.xml Sat Aug 24 09:48:03 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"/>