Author: pranayp
Date: Tue Jun 14 08:40:45 2016
New Revision: 1748357

URL: http://svn.apache.org/viewvc?rev=1748357&view=rev
Log:
[OFBIZ-7298] Fixed error on deletion of WorkEffort Request Item on 
ListWorkEffortRequests view. Corrected typo in map name passed to remove-value.
 
 Thanks Amardeep Singh Jhajj for reporting the issue and providing patch.

Modified:
    
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml

Modified: 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml?rev=1748357&r1=1748356&r2=1748357&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml
 (original)
+++ 
ofbiz/trunk/applications/workeffort/minilang/workeffort/WorkEffortSimpleServices.xml
 Tue Jun 14 08:40:45 2016
@@ -871,7 +871,7 @@ under the License.
             </add-error>
             <check-errors/>
         </if-empty>
-        <remove-value value-field="lookupMap"/>
+        <remove-value value-field="custRequestItemWorkEffort"/>
     </simple-method>
     <simple-method method-name="checkCustRequestItemExists" 
short-description="Checks to see if a CustRequestItem exists">
         <make-value entity-name="CustRequestItem" value-field="lookupMap"/>


Reply via email to