Author: akashjain
Date: Fri Sep 29 14:11:56 2017
New Revision: 1810102
URL: http://svn.apache.org/viewvc?rev=1810102&view=rev
Log:
Fixed: 'Find Opportunities' field name is reflecting in place of 'Opportunity
Id' on FindSalesOpportunity screen, applied patch from jira issue with some
improvements (OFBIZ-9753)
Added opportunityName in search field list as it is showing in the search
result.
Thanks, Parakh Maheshwari and Sonal Patwari for your contribution.
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml?rev=1810102&r1=1810101&r2=1810102&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
Fri Sep 29 14:11:56 2017
@@ -23,8 +23,8 @@ under the License.
<form name="FindSalesOpportunity" type="single"
target="FindSalesOpportunity"
header-row-style="header-row" default-table-style="basic-table">
- <field name="salesOpportunityId"><hidden/></field>
- <field name="opportunityName"
title="${uiLabelMap.SfaFindOpportunities}"><text-find
size="25"></text-find></field>
+ <field name="salesOpportunityId"
title="${uiLabelMap.SfaOpportunityId}"><text-find size="25"></text-find></field>
+ <field name="opportunityName"
title="${uiLabelMap.SfaOpportunityName}"><text-find
size="25"></text-find></field>
<field name="partyId" title="${uiLabelMap.SfaLead}"><lookup
target-form-name="LookupLead"/></field>
<field name="opportunityStageId" title="${uiLabelMap.SfaInitialStage}">
<drop-down allow-empty="true">
@@ -51,7 +51,7 @@ under the License.
<set field="opportunityStageId"
from-field="parameters.opportunityStageId"/>
<set field="parameters.opportunityStageId"
value="${groovy:opportunityStageId==null?'SOSTG_CLOSED':opportunityStageId}"/>
<set field="parameters.opportunityStageId_op"
value="${groovy:opportunityStageId==null?'notEqual':'equals'}"/>
- <set field="fieldList"
value="${groovy:['partyId','salesOpportunityId','opportunityStageId','typeEnumId',
'roleTypeId']}" type="List"/>
+ <set field="fieldList"
value="${groovy:['partyId','salesOpportunityId','opportunityStageId','typeEnumId',
'roleTypeId', 'opportunityName']}" type="List"/>
<set field="sortField" from-field="parameters.sortField"
default-value="salesOpportunityId"/>
<service service-name="performFind" result-map="result"
result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>