You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Scott Gray (JIRA)" <ji...@apache.org> on 2009/09/16 14:32:58 UTC

[jira] Assigned: (OFBIZ-2916) Add confirm action before do submit action

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

Scott Gray reassigned OFBIZ-2916:
---------------------------------

    Assignee: Jacques Le Roux  (was: Scott Gray)

No reason for this to be assigned to me

> Add confirm action before do submit action
> ------------------------------------------
>
>                 Key: OFBIZ-2916
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2916
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: nicolas malin
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: add-confirm.png, confirm.diff, delete-confirm.png, NMA-OFBIZ-2916_Add_confirm_action_before_do_submit_action.patch, OFBIZ-2916_Add_confirm_action_before_do_submit_action.patch
>
>
> In old thread on dev mailing I explain a process to confirm an action before submit for xml form.
> After a big latency, I create the patch.
> On type submit and hyperlink, I added an attribute confirm that take a take to display in the confirm box. Exemple :
> <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"  confirm="${uiLabelMap.CommonConfirm}"/></field>
> I added on example on example component : to test, after apply patch on rebuild, go to example component, add example and add example item. When you add a new exampleItem OFBiz ask to confirm and when you want delete it, he ask also confirmation before delete this element.
> I create two screenshot.
> Nicolas

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.