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 1363973 Revert "Fixed: PartyScreen include-form to include-grid (OFBIZ-12591)" 1363973 is described below commit 13639735080e9fb2ae4b651000c923f4b34a3e4c Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Mar 17 12:28:33 2022 +0100 Revert "Fixed: PartyScreen include-form to include-grid (OFBIZ-12591)" This reverts commit 8913567ec4f97432bddc0b2e769c5208fd871ae6. --- 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 2961a1d..596ed89 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-grid name="ListUserLoginSecurityGroups" location="component://common/widget/SecurityForms.xml"/> + <include-form name="ListUserLoginSecurityGroups" location="component://common/widget/SecurityForms.xml"/> </decorator-section> </decorator-screen> </widgets>