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

jleroux 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 2bc3d77f1b Improved: fix form/grid issues in screens (#770)
2bc3d77f1b is described below

commit 2bc3d77f1b488487d6d5968fb328ef0fc00ba02f
Author: Pierre Smits <pierre.sm...@somonar.com>
AuthorDate: Tue Apr 16 18:19:54 2024 +0200

    Improved: fix form/grid issues in screens (#770)
    
    modified:
    EmployeeScreens.xml: ListEmplLeaves
---
 applications/humanres/widget/EmployeeScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/humanres/widget/EmployeeScreens.xml 
b/applications/humanres/widget/EmployeeScreens.xml
index c7133b977d..8d0db5800a 100644
--- a/applications/humanres/widget/EmployeeScreens.xml
+++ b/applications/humanres/widget/EmployeeScreens.xml
@@ -367,7 +367,7 @@ under the License.
             </actions>
             <widgets>
                 <screenlet title="${uiLabelMap.HumanResMyLeaves}" 
navigation-form-name="ListEmplLeaves">
-                    <include-form name="ListEmplLeaves" 
location="component://humanres/widget/forms/EmployeeForms.xml"/>
+                    <include-grid name="ListEmplLeaves" 
location="component://humanres/widget/forms/EmployeeForms.xml"/>
                 </screenlet>
             </widgets>
         </section>

Reply via email to