You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Nicolas Malin <ni...@nereide.fr> on 2015/02/03 14:25:20 UTC

Re: svn commit: r1656198 - /ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml

Oh,  my apologies for that !  I forget a control on this screen ... I 
will recheck the other forms.

Thanks both for your fix !

Nicolas
Le 31/01/2015 15:35, jleroux@apache.org a écrit :
> Author: jleroux
> Date: Sat Jan 31 14:35:32 2015
> New Revision: 1656198
>
> URL: http://svn.apache.org/r1656198
> Log:
> Fixes a trivial bug introduced by Nicolas at r1649965 for OFBIZ-5905
> Reported by Eduardo Arellano at https://issues.apache.org/jira/browse/OFBIZ-6049 "Error on Convert Lead"
>
> Modified:
>      ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml
>
> Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml?rev=1656198&r1=1656197&r2=1656198&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml (original)
> +++ ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml Sat Jan 31 14:35:32 2015
> @@ -85,7 +85,7 @@ under the License.
>           </field>
>           <field name="partyGroupId" title="${uiLabelMap.SfaAccountName}" tooltip="${uiLabelMap.SfaSelectExistingAccountOrLeaveBlankToCreateNew}" use-when="parameters.get(&quot;partyGroupId&quot;)==&quot;&quot;">
>               <drop-down allow-empty="true" current-description="">
> -              <entity-options entity-name="PartyRole" description="${groovy:org.ofbiz.party.party.PartyHelper.getPartyName(delegator, &quot;${partyId}&quot;, false)} : [${partyId}]" key-field-name="partyId">
> +              <entity-options entity-name="PartyRole" description="${groovy:org.ofbiz.party.party.PartyHelper.getPartyName(delegator, partyId, false)} : [partyId]" key-field-name="partyId">
>                     <entity-constraint name="roleTypeId" operator="equals" value="ACCOUNT"/>
>                 </entity-options>
>               </drop-down>
>
>


Re: svn commit: r1656198 - /ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
No worries Nicolas, was easy stuff

Jacques

Le 03/02/2015 14:25, Nicolas Malin a écrit :
> Oh, my apologies for that !  I forget a control on this screen ... I will recheck the other forms.
>
> Thanks both for your fix !
>
> Nicolas
> Le 31/01/2015 15:35, jleroux@apache.org a écrit :
>> Author: jleroux
>> Date: Sat Jan 31 14:35:32 2015
>> New Revision: 1656198
>>
>> URL: http://svn.apache.org/r1656198
>> Log:
>> Fixes a trivial bug introduced by Nicolas at r1649965 for OFBIZ-5905
>> Reported by Eduardo Arellano at https://issues.apache.org/jira/browse/OFBIZ-6049 "Error on Convert Lead"
>>
>> Modified:
>> ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml
>>
>> Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml?rev=1656198&r1=1656197&r2=1656198&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml (original)
>> +++ ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml Sat Jan 31 14:35:32 2015
>> @@ -85,7 +85,7 @@ under the License.
>>           </field>
>>           <field name="partyGroupId" title="${uiLabelMap.SfaAccountName}" tooltip="${uiLabelMap.SfaSelectExistingAccountOrLeaveBlankToCreateNew}" 
>> use-when="parameters.get(&quot;partyGroupId&quot;)==&quot;&quot;">
>>               <drop-down allow-empty="true" current-description="">
>> -              <entity-options entity-name="PartyRole" description="${groovy:org.ofbiz.party.party.PartyHelper.getPartyName(delegator, 
>> &quot;${partyId}&quot;, false)} : [${partyId}]" key-field-name="partyId">
>> +              <entity-options entity-name="PartyRole" description="${groovy:org.ofbiz.party.party.PartyHelper.getPartyName(delegator, partyId, 
>> false)} : [partyId]" key-field-name="partyId">
>>                     <entity-constraint name="roleTypeId" operator="equals" value="ACCOUNT"/>
>>                 </entity-options>
>>               </drop-down>
>>
>>
>
>