You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/09/01 09:25:00 UTC

[jira] [Commented] (OFBIZ-9419) Remove ProductStoreWorker dependencies on ecommerce email screen forms

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

ASF subversion and git services commented on OFBIZ-9419:
--------------------------------------------------------

Commit 868c487e7fe3653689e2c7c46105287e02e39be9 in ofbiz-framework's branch refs/heads/trunk from Akash Jain
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=868c487 ]

Improved: Remove ProductStoreWorker dependencies on ecommerce email screen forms (OFBIZ-9419)

Thanks, Taher Alkhateeb for report.


> Remove ProductStoreWorker dependencies on ecommerce email screen forms
> ----------------------------------------------------------------------
>
>                 Key: OFBIZ-9419
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9419
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Taher Alkhateeb
>            Assignee: Akash Jain
>            Priority: Minor
>         Attachments: OFBIZ-9419.patch
>
>
> The [ProductStoreWorker|http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/store/ProductStoreWorker.java] has dependencies on ecommerce as shown in below code snippet. This whole logic must be removed properly.
> Also, we need to implement a minimal email screen just to be able to test email functionality with a minimal template.
> {code}
>     private static Map<String, String> defaultProductStoreEmailScreenLocation = new HashMap<String, String>();
>     static {
>         defaultProductStoreEmailScreenLocation.put("PRDS_ODR_CONFIRM", "component://ecommerce/widget/EmailOrderScreens.xml#OrderConfirmNotice");
>         defaultProductStoreEmailScreenLocation.put("PRDS_ODR_COMPLETE", "component://ecommerce/widget/EmailOrderScreens.xml#OrderCompleteNotice");
>         defaultProductStoreEmailScreenLocation.put("PRDS_ODR_BACKORDER", "component://ecommerce/widget/EmailOrderScreens.xml#BackorderNotice");
>         defaultProductStoreEmailScreenLocation.put("PRDS_ODR_CHANGE", "component://ecommerce/widget/EmailOrderScreens.xml#OrderChangeNotice");
>         defaultProductStoreEmailScreenLocation.put("PRDS_ODR_PAYRETRY", "component://ecommerce/widget/EmailOrderScreens.xml#PaymentRetryNotice");
>         defaultProductStoreEmailScreenLocation.put("PRDS_RTN_ACCEPT", "component://ecommerce/widget/EmailReturnScreens.xml#ReturnAccept");
>         defaultProductStoreEmailScreenLocation.put("PRDS_RTN_COMPLETE", "component://ecommerce/widget/EmailReturnScreens.xml#ReturnComplete");
>         defaultProductStoreEmailScreenLocation.put("PRDS_RTN_CANCEL", "component://ecommerce/widget/EmailReturnScreens.xml#ReturnCancel");
>         defaultProductStoreEmailScreenLocation.put("PRDS_GC_PURCHASE", "component://ecommerce/widget/EmailGiftCardScreens.xml#GiftCardPurchase");
>         defaultProductStoreEmailScreenLocation.put("PRDS_GC_RELOAD", "component://ecommerce/widget/EmailGiftCardScreens.xml#GiftCardReload");
>         defaultProductStoreEmailScreenLocation.put("PRDS_QUO_CONFIRM", "component://order/widget/ordermgr/QuoteScreens.xml#ViewQuoteSimple");
>         defaultProductStoreEmailScreenLocation.put("PRDS_PWD_RETRIEVE", "component://securityext/widget/EmailSecurityScreens.xml#PasswordEmail");
>         defaultProductStoreEmailScreenLocation.put("PRDS_TELL_FRIEND", "component://ecommerce/widget/EmailProductScreens.xml#TellFriend");
>         defaultProductStoreEmailScreenLocation.put("PRDS_CUST_REGISTER", "component://securityext/widget/EmailSecurityScreens.xml#PasswordEmail");
>     }
> {code}



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