Fixed: Fix cast error at CommunicationEventServices.groovy (OFBIZ-12801)

Service implementation should return a Map, since `return success()` was
misplaced within `.each`, it is ignored, and the `communicationEvents` List was
returned instead.

Thanks, Jacques for spotting and Daniel for the analysis
1 file changed