svn commit: r1748972 - /ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml

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

svn commit: r1748972 - /ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml

pranayp
Author: pranayp
Date: Sat Jun 18 12:11:37 2016
New Revision: 1748972

URL: http://svn.apache.org/viewvc?rev=1748972&view=rev
Log:
[OFBIZ-7367] Fixed: 'From Date' and 'Through Date' is not setting up on adding a new task member as weren't being sent to service. Thanks Aditi Patidar for the contribution.

Modified:
    ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml

Modified: ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml?rev=1748972&r1=1748971&r2=1748972&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/minilang/ScrumEvents.xml Sat Jun 18 12:11:37 2016
@@ -1572,6 +1572,8 @@
                     <!-- assign new party to task -->
                     <set field="newInput.partyId" from-field="parameters.partyId"/>
                     <set field="newInput.workEffortId" from-field="taskId"/>
+                    <set field="newInput.fromDate" from-field="parameters.fromDate"/>
+                    <set field="newInput.thruDate" from-field="parameters.thruDate"/>
                     <if-empty field="taskOwnerRoles">
                         <set field="newInput.roleTypeId" from-field="parameters.roleTypeId"/>
                     </if-empty>