Author: pranayp
Date: Sat May 21 05:54:59 2016
New Revision: 1744838
URL:
http://svn.apache.org/viewvc?rev=1744838&view=revLog:
[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/trunk/applications/workeffort/widget/WorkEffortForms.xml
Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1744838&r1=1744837&r2=1744838&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Sat May 21 05:54:59 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">