This is an automated email from the ASF dual-hosted git repository.

danwatford pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 257e421d4f Fixed loading of the Employee training and leave screens 
(OFBIZ-12710)
257e421d4f is described below

commit 257e421d4fc295a98315f7102af16bd51ea8601e
Author: Daniel Watford <dan...@watfordconsulting.com>
AuthorDate: Sun Nov 13 19:05:34 2022 +0000

    Fixed loading of the Employee training and leave screens (OFBIZ-12710)
---
 applications/humanres/widget/EmployeeScreens.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/humanres/widget/EmployeeScreens.xml 
b/applications/humanres/widget/EmployeeScreens.xml
index ff05474634..3fd84a64db 100644
--- a/applications/humanres/widget/EmployeeScreens.xml
+++ b/applications/humanres/widget/EmployeeScreens.xml
@@ -222,7 +222,7 @@ under the License.
                 <decorator-screen name="EmployeeDecorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <screenlet id="TrainingStatus" 
title="${uiLabelMap.HumanResTrainingStatus}" collapsible="true">
-                            <include-form name="ListTrainingStatus" 
location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
+                            <include-grid name="ListTrainingStatus" 
location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
                         </screenlet>
                     </decorator-section>
                 </decorator-screen>
@@ -303,7 +303,7 @@ under the License.
                 <decorator-screen name="EmployeeDecorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <screenlet>
-                            <include-form name="ListEmplLeaves" 
location="component://humanres/widget/forms/EmployeeForms.xml"/>
+                            <include-grid name="ListEmplLeaves" 
location="component://humanres/widget/forms/EmployeeForms.xml"/>
                         </screenlet>
                         <screenlet id="AddEmplLeavePanel" 
title="${uiLabelMap.HumanResAddEmplLeave}" collapsible="true">
                             <include-form name="AddEmplLeave" 
location="component://humanres/widget/forms/EmployeeForms.xml"/>

Reply via email to