Author: deepak
Date: Sat Jun 18 09:50:42 2016
New Revision: 1748943
URL:
http://svn.apache.org/viewvc?rev=1748943&view=revLog:
(OFBIZ-7304) Applied patch from jira issue
===================================
Add a look-up for Product Id in Find Revision Screen under scrum component
===================================
Thanks Pawan Verma for your contribution.
Modified:
ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml
Modified: ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml?rev=1748943&r1=1748942&r2=1748943&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/TaskForms.xml Sat Jun 18 09:50:42 2016
@@ -819,7 +819,7 @@
</form>
<form name="FindTaskRevision" target="FindTaskRevision" type="single"
header-row-style="header-row" default-table-style="basic-table">
- <field name="productId"><text/> </field>
+ <field name="productId"><lookup target-form-name="LookupProduct"/> </field>
<field name="custRequestId" title="${uiLabelMap.ScrumBacklogId}"><text/> </field>
<field name="workEffortId" title="${uiLabelMap.ScrumTaskId}"><text/> </field>
<field name="findButton" title="${uiLabelMap.CommonFind}"><submit/></field>