This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 97564381288f0e6995b40fce01539d4083fea473 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Apr 28 07:43:33 2024 +0200 Fixed: Old error in showPortalPage screen (OFBIZ-13059) There is no place where showPortalPage is used where parameters.confMode and parameters.usePrivate have values, no need to keep this commented out. --- framework/common/widget/PortalPageScreens.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/common/widget/PortalPageScreens.xml b/framework/common/widget/PortalPageScreens.xml index 64339a3551..4bf1c548c5 100644 --- a/framework/common/widget/PortalPageScreens.xml +++ b/framework/common/widget/PortalPageScreens.xml @@ -79,8 +79,6 @@ under the License. <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <container id="portalContainerId"> - <!-- TODO check and if possible fix that - include-portal-page id="${parameters.portalPageId}" conf-mode="${parameters.confMode}" use-private="${parameters.usePrivate}"/> --> <include-portal-page id="${parameters.portalPageId}"/> </container> </decorator-section>