Author: pranayp
Date: Sat May 21 06:05:00 2016
New Revision: 1744842

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

---------------------------------------------------------
[OFBIZ-7085] Fixed WorkEffort Reviews list not showing up. It was a typo in 
list-name.

Thanks Amardeep Singh Jhajj for reporting the issue and providing the patch.
---------------------------------------------------------

Modified:
    
ofbiz/branches/release15.12/applications/workeffort/widget/WorkEffortForms.xml

Modified: 
ofbiz/branches/release15.12/applications/workeffort/widget/WorkEffortForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/workeffort/widget/WorkEffortForms.xml?rev=1744842&r1=1744841&r2=1744842&view=diff
==============================================================================
--- 
ofbiz/branches/release15.12/applications/workeffort/widget/WorkEffortForms.xml 
(original)
+++ 
ofbiz/branches/release15.12/applications/workeffort/widget/WorkEffortForms.xml 
Sat May 21 06:05:00 2016
@@ -1088,7 +1088,7 @@ under the License.
         <field name="reviewText"><textarea rows="5" cols="60"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListWorkEffortReviews" type="list" 
target="updateWorkEffortReview" list-name="productWorkEfforts"  
separate-columns="true"
+    <form name="ListWorkEffortReviews" type="list" 
target="updateWorkEffortReview" list-name="workEffortReviews"  
separate-columns="true"
         odd-row-style="alternate-row" header-row-style="header-row-2" 
default-table-style="basic-table hover-bar">
         <actions>
             <entity-and entity-name="WorkEffortReview" use-cache="true" 
list="workEffortReviews">


Reply via email to