[jira] [Commented] (OFBIZ-11325) Fixed the issue on party page that will upload the data each time after refreshing the page.

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

[jira] [Commented] (OFBIZ-11325) Fixed the issue on party page that will upload the data each time after refreshing the page.

Nicolas Malin (Jira)

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

Jacques Le Roux commented on OFBIZ-11325:
-----------------------------------------

HI Humera,

This hunk does not fit:

{code:xml}
    <request-map uri="createPartyCarrierAccount">
        <security auth="true" https="true"/>
        <event type="service" invoke="createPartyCarrierAccount"/>
        <response name="success" type="request-redirect" value="viewprofile">
            <redirect-parameter name="partyId"/>
        </response>
        <response name="error" type="view" value="editCarrierAccount"/>
    </request-map>
    <request-map uri="updatePartyCarrierAccount">
        <security auth="true" https="true"/>
        <event type="service" invoke="updatePartyCarrierAccount"/>
        <response name="success" type="request-redirect" value="viewprofile">
            <redirect-parameter name="partyId"/>
        </response>
        <response name="error" type="request-redirect" value="viewprofile">
            <redirect-parameter name="partyId"/>
        </response>
    </request-map>

    <request-map uri="EditPartySkills">
{code}

Please update before creating a new patch, thanks

> Fixed the issue on party page that will upload the data each time after refreshing the page.
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-11325
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11325
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: party
>    Affects Versions: Trunk
>            Reporter: Humera Khan
>            Assignee: Jacques Le Roux
>            Priority: Major
>             Fix For: Trunk
>
>         Attachments: OFBIZ-11325.patch
>
>
> Please refer OFBIZ-11171



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