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 86703f0 Fixed: PartyScreen include-form to include-grid (OFBIZ-12591) 86703f0 is described below commit 86703f0063b0f48b6ee553d7d355d20ec96aa1a5 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 c15fe17..26966e4 100644 --- a/applications/party/widget/partymgr/PartyScreens.xml +++ b/applications/party/widget/partymgr/PartyScreens.xml @@ -640,7 +640,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>