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/05/25 14:13:00 UTC

[jira] [Commented] (OFBIZ-11677) Tree on main page of the humanres component doesn't show names of persons

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

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

Commit 52732c88072b8b2394b351c1d02b7ae04ac56e06 in ofbiz-framework's branch refs/heads/trunk from Pierre Smits
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=52732c8 ]

Fixed: organisation tree in humanres doesn't show person names (OFBIZ-11677) (#121)

* Fixed: Tree on main page of the humanres component doesn't show names of persons

(OFBIZ-11677)

When parties are assigned to employee positions their names aren't shown in the tree
fixed: the function that retrieves the person record of the assigned party was using
	the wrong variable in the query, resulting in a null being returned. Corrected the variable
added/improved: retrieval of the middleName value of the person record, added it to the title
improved: ordering of the names making up the title.
improved: applying proper case to variable names

* Fixed: Tree on main page of the humanres component doesn't show names of persons

(OFBIZ-11677)

invoking PartyHelper.getPartyName instead of custom code
code clean-up

Thanks to Pawan Verma for the review and the suggestion

> Tree on main page of the humanres component doesn't show names of persons
> -------------------------------------------------------------------------
>
>                 Key: OFBIZ-11677
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11677
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>            Priority: Major
>              Labels: Usability, tree
>         Attachments: Screen Shot 2020-05-08 at 14.02.10.png
>
>
> See attached screenshot



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