[jira] [Commented] (OFBIZ-11681) ListParty does not show middleName

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

[jira] [Commented] (OFBIZ-11681) ListParty does not show middleName

Nicolas Malin (Jira)

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

Pierre Smits commented on OFBIZ-11681:
--------------------------------------

{code:java}
                    }
                    if (partyValue.getString("middleName") != null) {
                        result.append(" ");
                    }
{code}
in the PR should take care of that. Similar like
{code:java}
                    if (partyValue.getString("firstName") != null) {
                        result.append(", ");
                    }
{code}


> ListParty does not show middleName
> ----------------------------------
>
>                 Key: OFBIZ-11681
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11681
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>            Priority: Major
>              Labels: usability
>             Fix For: Trunk
>
>         Attachments: Screen Shot 2020-05-09 at 11.54.16.png
>
>
> See attached screenshot.



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