[jira] [Commented] (OFBIZ-6349) Replace ViewQuoteItems.ftl with form widgets

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6349) Replace ViewQuoteItems.ftl with form widgets

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566674#comment-14566674 ]

Nicolas Malin commented on OFBIZ-6349:
--------------------------------------

After quick check, the link to edit quoteItem didn't work.
I corrected this with :
{code}
        <field name="quoteItemSeqId" widget-style="buttontext" title="${uiLabelMap.CommonItem}" use-when="${groovy: ! (context.termTypeId || context.quoteAdjustmentId)}">
            <hyperlink target="EditQuoteItem" description="${quoteItemSeqId}">
                <auto-parameters-entity entity-name="QuoteItem"/>
            </hyperlink>
        </field>
{code}

I will analyse the different use-when to understand each case.
For me, we need to clean used style on quote component. each page use a different style for list or action button.
Quote it's a good component to improve screen engine to replace ftl :)


> Replace ViewQuoteItems.ftl with form widgets
> --------------------------------------------
>
>                 Key: OFBIZ-6349
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6349
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>            Assignee: Nicolas Malin
>         Attachments: OFBIZ-6349.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)