Internal error when rendering SFA -> Merge contacts and SFA->Merge Lead (Ofbiz
Demo)
-------------------------------------------------------------------------------------
Key: OFBIZ-3642
URL: https://issues.apache.org/jira/browse/OFBIZ-3642
Project: OFBiz
Issue Type: Bug
Components: marketing
Affects Versions: SVN trunk
Reporter: Blas Rodriguez Somoza
Priority: Minor
Fix For: SVN trunk
When rendering "Merge contacts" and "Merge Lead" there are an internal error
and the page don't finish rendering.
CONTACTS
log error:
bsh.TokenMgrError: Lexical error at line 1, column 78. Encountered: <EOF>
after : "\"${contact.partyId;"
at bsh.ParserTokenManager.getNextToken(Unknown Source)
The problem comes from
/marketing/widget/sfa/forms/ContactForms.xml#MergeContacts
fields: partyIdTo and partyIdFrom
LEADS
log error:
bsh.TokenMgrError: Lexical error at line 1, column 75. Encountered: <EOF>
after : "\"${lead.partyId;"
at bsh.ParserTokenManager.getNextToken(Unknown Source)
the problem comes from
/marketing/widget/sfa/forms/LeadForms.xml#MergeLeads
fields: partyIdTo and partyIdFrom
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.