You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/12/22 10:30:53 UTC

[jira] [Updated] (OFBIZ-5356) Ability to select Lookup records having more than one primary key field

     [ https://issues.apache.org/jira/browse/OFBIZ-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-5356:
-----------------------------------

    Description: 
The concatenated string of primary keys is blank when referenced in LookupForms.xml for the listLookupOrderItem form I created so I had to construct it again in the field definition:
{code}
<field name="orderItemId" widget-style="buttontext">
    <hyperlink target-type="plain" also-hidden="true" description="${orderId}_pk_${orderItemSeqId}" target="javascript:set_value('${orderId}\_pk_${orderItemSeqId}')"/>
</field>
{code}

The concatenated orderItemId field is not blank for the Lookup drop down list.  I don't understand what causes it to be blank for the form widget.


  was:
Use this Nabble thread for old comments that I accidentally in JIRA:
http://ofbiz.135035.n4.nabble.com/jira-Comment-Edited-OFBIZ-5356-Ability-to-select-Lookup-records-having-more-than-one-primary-key-fied-td4644820.html


> Ability to select Lookup records having more than one primary key field
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-5356
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5356
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL APPLICATIONS
>    Affects Versions: Release Branch 12.04
>            Reporter: Christian Carlow
>             Fix For: SVN trunk
>
>
> The concatenated string of primary keys is blank when referenced in LookupForms.xml for the listLookupOrderItem form I created so I had to construct it again in the field definition:
> {code}
> <field name="orderItemId" widget-style="buttontext">
>     <hyperlink target-type="plain" also-hidden="true" description="${orderId}_pk_${orderItemSeqId}" target="javascript:set_value('${orderId}\_pk_${orderItemSeqId}')"/>
> </field>
> {code}
> The concatenated orderItemId field is not blank for the Lookup drop down list.  I don't understand what causes it to be blank for the form widget.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)