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

commit 8a3ba28e5a8e287c5f0fc5c0bcdc544c211e89e0
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 1d325a2f51..54f853dd35 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>

Reply via email to