You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Nicolas Malin (Jira)" <ji...@apache.org> on 2021/07/09 09:04:00 UTC

[jira] [Assigned] (OFBIZ-12278) Link request-confirmation not generated on menus

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

Nicolas Malin reassigned OFBIZ-12278:
-------------------------------------

    Assignee: Nicolas Malin

> Link request-confirmation not generated on menus
> ------------------------------------------------
>
>                 Key: OFBIZ-12278
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12278
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL APPLICATIONS
>    Affects Versions: Trunk, 17.12.07
>            Reporter: Leila Mekika
>            Assignee: Nicolas Malin
>            Priority: Minor
>         Attachments: OFBIZ-12278.patch
>
>
> Menus link with request-confirmation and confirmation message do not generate the script that open confirmation
> To reproduce, you can check the link "Status to cancelled" on a created payment who does not ask for confirmation while his definition is done:
> {code:java}
> <link target="setPaymentStatus" request-confirmation="true" confirmation-message="You want to cancel this payment number ${payment.paymentId}?">
>  <parameter param-name="paymentId" from-field="payment.paymentId"/>
>  <parameter param-name="statusId" value="PMNT_CANCELLED"/>
>  </link>
> {code}
> ex: 
>  [https://demo-stable.ofbiz.apache.org/accounting/control/paymentOverview?paymentId=9000]
> [https://demo-trunk.ofbiz.apache.org/accounting/control/paymentOverview?paymentId=9000]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)