You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/12/20 09:44:43 UTC

svn commit: r728251 - /ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml

Author: jleroux
Date: Sat Dec 20 00:44:43 2008
New Revision: 728251

URL: http://svn.apache.org/viewvc?rev=728251&view=rev
Log:
A patch from Bruno Busco "Error in DashBoardExample"  '(https://issues.apache.org/jira/browse/OFBIZ-2096) - OFBIZ-2096

Modified:
    ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml

Modified: ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml?rev=728251&r1=728250&r2=728251&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Sat Dec 20 00:44:43 2008
@@ -155,12 +155,7 @@
                 <set field="portalPageId" from-field="parameters.portalPageId" default-value="DEFAULT"/>
                 <set field="headerItem" from-field="portalPageId"/>
                 <entity-one entity-name="PortalPage" value-name="currentPortalPage"/>                
-               
-                <entity-condition entity-name="PortalPage" list-name="portalPageList">
-                    <condition-expr field-name="ownerUserLoginId" env-name="userLogin.userLoginId"/>
-                </entity-condition>
-                <set field="portalPages[]" from-field="selectedPortalPage"/>
-                
+
                 <entity-condition entity-name="PortalPageColumn" list-name="portalPageColumnList">
                     <condition-expr field-name="portalPageId" env-name="portalPageId"/>
                     <order-by field-name="columnSeqId"/>