[jira] [Closed] (OFBIZ-7599) Entered To Name is not getting stored when creating Party Invitation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-7599) Entered To Name is not getting stored when creating Party Invitation

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-7599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya closed OFBIZ-7599.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 15.12.01
                   14.12.01

Thanks Ravi for the contribution. Your changes are committed at following revisions.

trunk - r1751118
R15.12 - r1751119
R14.12 - r1751120

> Entered To Name is not getting stored when creating Party Invitation
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-7599
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7599
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Trunk
>            Reporter: Ravi Lodhi
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: 14.12.01, 15.12.01
>
>         Attachments: OFBIZ-7599_trunk.patch
>
>
> Steps to regenerate:
> 1) Go to party component.
> 2) Go to Invitation screen.
> 3) Create an invitation with the To Name field filled.
> Name (firstName, middleName, lastName) from Person entity is saved instead of entered To Name.
> Code snippet from "createPartyInvitation" service used to create party invitation.
> {code}
> <if-not-empty field="parameters.partyId">
>             <entity-one entity-name="Person" value-field="person" auto-field-map="false">
>                 <field-map field-name="partyId" from-field="parameters.partyId"/>
>             </entity-one>
>             <set field="parameters.toName" value="${person.firstName} ${person.middleName} ${person.lastName}"/>
>         </if-not-empty>
> {code}
> Possible solution:
> 1) Remove "To Name" field from the Create form.
> OR
> 2) Remove that code snippet from the service which is setting toName.
> OR
> 3) Neither remove field from the form nor code snippet. If the toName is not passed from the UI then only used code snippet to set toName.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)