[jira] [Updated] (OFBIZ-9320) User should be notified with success message on subscribing newsletter from ecommerce

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

[jira] [Updated] (OFBIZ-9320) User should be notified with success message on subscribing newsletter from ecommerce

Nicolas Malin (Jira)

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

Aditya Sharma updated OFBIZ-9320:
---------------------------------
    Attachment: OFBIZ-9320.patch

Problem:
1. On clicking "Subscribe" button for Anonymous User, it hits  signUpForContactList request.
2. "signUpForContactList" request call "signUpForContactList" service.

Solution:
Added uiLabel for success message in MarketingUiLabels and used the new uiLabel in "signUpForContactList" service by passing it to ServiceUtil.returnSuccess() method.


> User should be notified with success message on subscribing newsletter from ecommerce
> -------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9320
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9320
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ecommerce
>            Reporter: Aditya Sharma
>            Assignee: Aditya Sharma
>            Priority: Minor
>         Attachments: OFBIZ-9320.patch
>
>
> Steps to regenerate:
> 1. Go to Ecommerce component (https://localhost:8443/ecommerce/control/main)
> 2. In Sign Up For Contact List section from the left panel, select contactList for Newsletter.
> 3. Fill out email and Click on subscribe button.
> There is no success message displayed to end user stating success of the action.
> At Service level, success message should also be there in the result.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)