gtchaboussie commented on code in PR #850:
URL: https://github.com/apache/ofbiz-framework/pull/850#discussion_r1833960805


##########
applications/party/src/main/java/org/apache/ofbiz/party/communication/CommunicationEventServices.java:
##########
@@ -165,45 +165,35 @@ public static Map<String, Object> 
sendCommEventAsEmail(DispatchContext ctx, Map<
                     return ServiceUtil.returnError(errMsg + " " + 
communicationEventId);
                 }
 
-                // add other parties from roles
-                String sendCc = null;
-                String sendBcc = null;
+                // add other parties from roles, collect all email on map to 
parse it after
+                List<String> emailAlreadyLoad = UtilMisc.toList(sendTo);

Review Comment:
   alreadyLoaded instead of alreadyLoad ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to