Error in service signUpForContactList
-------------------------------------
Key: OFBIZ-4001
URL: https://issues.apache.org/jira/browse/OFBIZ-4001
Project: OFBiz
Issue Type: Bug
Components: marketing
Affects Versions: SVN trunk
Reporter: Willem Janssen
Fix For: SVN trunk
Attachments: signupforcontactlist.docx
The service signUpForContactList does not store the emailaddress of the new
entry to the list, in stead it uses the emailaddress of the first partyId _NA_
to store to the list.
See the attached document for this issue in the ofbiz demo environment.
The service signUpForContactList calls service createContactListParty that has
a check on a missing contactMechId. However this parameter is not a parameter
that is used by the signUpForContactList service. So the check on the
contactMechId has always the same result, it is missing!
signUpForContactList uses parametes prefferedContactMechId so I made a patch
that adds the check on this parameter to createContactListParty.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.