Author: jleroux
Date: Fri Apr 14 10:44:03 2017
New Revision: 1791342
URL:
http://svn.apache.org/viewvc?rev=1791342&view=revLog:
Fixed: WorkEffort Keywords does not list
(OFBIZ-9315)
1) Go to workEffort component.
2) Create a new task from New Task button
https://localhost:8443/workeffort/control/mytasks3) After creating Task with required fields, click on keywords tab.
4) Add a WorkEffort keyword.
https://localhost:8443/workeffort/control/EditWorkEffortKeywords?workEffortId=100005) Keyword added should be listed on Find WorkEffort keyword section.
(Not listing in current scenario)
jleroux: actually you don'-t need to create a task. Simply use the pre-existing
one (task1). When you get to the keywords tab you don't see already
pre-existing keywords. The fix allows to show them
Thanks: Jagpreet Kaur
Modified:
ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1791342&r1=1791341&r2=1791342&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml Fri Apr 14 10:44:03 2017
@@ -1163,7 +1163,7 @@ under the License.
<field name="relevancyWeight" title="${uiLabelMap.ProductWeight}"><text size="5"/></field>
<field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
- <form name="ListWorkEffortKeywords" type="list" target="" list-name="listWorkEffortKeywords"
+ <form name="ListWorkEffortKeywords" type="list" target="" list-name="workEffortkeywords"
odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
<actions>
<entity-and entity-name="WorkEffortKeyword" use-cache="true" list="workEffortkeywords">