Improvement on party and catalog component.
------------------------------------------- Key: OFBIZ-3508 URL: https://issues.apache.org/jira/browse/OFBIZ-3508 Project: OFBiz Issue Type: Improvement Components: party, product Affects Versions: SVN trunk Reporter: Amit Sharma Priority: Minor Fix For: SVN trunk When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email. It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER". Apart from this customer profile page should have information about associated product stores. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Sharma updated OFBIZ-3508: ------------------------------- Attachment: OFBIZ-3508.patch Here is the patch with the following changes. # Improved patch from OFBIZ-3000. # Improved Product Store Roles screens. # Added ProductStores portlet into party profile screen. # Created updateProductStoreRole service for updating ProductStoreRole record. # Removed EditProductStoreRoles.groovy and EditProductStoreRoles.ftl . > Improvement on party and catalog component. > ------------------------------------------- > > Key: OFBIZ-3508 > URL: https://issues.apache.org/jira/browse/OFBIZ-3508 > Project: OFBiz > Issue Type: Improvement > Components: party, product > Affects Versions: SVN trunk > Reporter: Amit Sharma > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3508.patch > > > When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email. > It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER". > Apart from this customer profile page should have information about associated product stores. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-3508: ------------------------------------------ Assignee: Ashish Vijaywargiya > Improvement on party and catalog component. > ------------------------------------------- > > Key: OFBIZ-3508 > URL: https://issues.apache.org/jira/browse/OFBIZ-3508 > Project: OFBiz > Issue Type: Improvement > Components: party, product > Affects Versions: SVN trunk > Reporter: Amit Sharma > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3508.patch > > > When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email. > It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER". > Apart from this customer profile page should have information about associated product stores. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-3508. -------------------------------------- Resolution: Fixed Thanks Amit for the contribution - your changes are in trunk at r916219. -- Ashish Vijaywargiya > Improvement on party and catalog component. > ------------------------------------------- > > Key: OFBIZ-3508 > URL: https://issues.apache.org/jira/browse/OFBIZ-3508 > Project: OFBiz > Issue Type: Improvement > Components: party, product > Affects Versions: SVN trunk > Reporter: Amit Sharma > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3508.patch > > > When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email. > It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER". > Apart from this customer profile page should have information about associated product stores. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |