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/10/07 09:47:00 UTC

[jira] [Commented] (OFBIZ-11986) createPartyGroupRoleAndContactMechs service not working

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

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

Commit cf7164fc64280eb8747073622dea3e0bc4d31ca6 in ofbiz-framework's branch refs/heads/trunk from Olivier Heintz
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=cf7164f ]

fixed: createPartyGroupRoleAndContactMechs service not working (OFBIZ-11986)

Service is used for create employee service, and email address is not mandatory, so emailAddressContext should be empty if parameters.emailAddress is empty.

Correction done is to call createPerson before creating emailAddressContext to be able to put set partyId in the if not empty parameters.emailAddress

> createPartyGroupRoleAndContactMechs service not working
> -------------------------------------------------------
>
>                 Key: OFBIZ-11986
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11986
>             Project: OFBiz
>          Issue Type: Bug
>          Components: sfa
>    Affects Versions: Trunk
>            Reporter: Akash Jain
>            Assignee: Jacques Le Roux
>            Priority: Major
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-11986.patch
>
>
> While researched on ticket OFBIZ-11896 identified that groovy version of createPartyGroupRoleAndContactMechs service (converted from mini lang at rev 8af7cf877583acf100d1229260e62fe7f4c92563 ) is not working. Identify these two reasons,
>  # resolvePartyGroupMap called incorrectly
>  # resolvePostalAddressMap and resolveTelecomNumberMap implemented incorrectly as 'postalAddress' and 'telecomNumber' map processor not available into PartyMapProcs.xml.
> There may be more reasons along with these two reasons.



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