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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 8913567  Fixed: PartyScreen include-form to include-grid (OFBIZ-12591)
8913567 is described below

commit 8913567ec4f97432bddc0b2e769c5208fd871ae6
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Mar 17 12:23:04 2022 +0100

    Fixed: PartyScreen include-form to include-grid (OFBIZ-12591)
    
    In OFBIZ-11345 the include-form in SecurityForm.xml has been changed to 
grid.
    There is a reference to a form in PartyScreen that has been changed to grid.
    
    Thanks: Ingo Wolfmayr
---
 applications/party/widget/partymgr/PartyScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/party/widget/partymgr/PartyScreens.xml 
b/applications/party/widget/partymgr/PartyScreens.xml
index 596ed89..2961a1d 100644
--- a/applications/party/widget/partymgr/PartyScreens.xml
+++ b/applications/party/widget/partymgr/PartyScreens.xml
@@ -637,7 +637,7 @@ under the License.
                         <screenlet id="AddUserLoginSecurityGroupsPanel" 
title="${uiLabelMap.AddUserLoginToSecurityGroup}" collapsible="true">
                             <include-form name="AddUserLoginSecurityGroup" 
location="component://common/widget/SecurityForms.xml"/>
                         </screenlet>
-                        <include-form name="ListUserLoginSecurityGroups" 
location="component://common/widget/SecurityForms.xml"/>
+                        <include-grid name="ListUserLoginSecurityGroups" 
location="component://common/widget/SecurityForms.xml"/>
                     </decorator-section>
                 </decorator-screen>
             </widgets>

Reply via email to