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 2022/11/13 19:17:00 UTC

[jira] [Commented] (OFBIZ-12710) Error when displaying employee training or leave list

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

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

Commit 257e421d4fc295a98315f7102af16bd51ea8601e in ofbiz-framework's branch refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=257e421d4f ]

Fixed loading of the Employee training and leave screens (OFBIZ-12710)


> Error when displaying employee training or leave list
> -----------------------------------------------------
>
>                 Key: OFBIZ-12710
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12710
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres
>    Affects Versions: Upcoming Branch
>            Reporter: Daniel Watford
>            Assignee: Daniel Watford
>            Priority: Major
>
> An NPE is displayed when viewing an employee's training leave lists. Examples:
> [https://localhost:8443/humanres/control/EditEmployeeTrainings?partyId=TestingTeamMember1]
> [https://localhost:8443/humanres/control/EditEmployeeLeaves?partyId=TestingTeamMember1]
> This error is due to the following lines in EmployeeScreens.xml:
> {code:xml}
> <include-form name="ListTrainingStatus" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
> {code}
> and
> {code:xml}
> <include-form name="ListEmplLeaves" location="component://humanres/widget/forms/EmployeeForms.xml"/>
> {code}
> The forms referred to by the screens have been converted to grids. The above lines in EmployeeScreens.xml should therefore be changed to 'include-grid' elements.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)