You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/11/29 16:03:51 UTC

svn commit: r1415195 - /ofbiz/branches/20120329_portletWidget/framework/common/widget/LookupScreens.xml

Author: erwan
Date: Thu Nov 29 15:03:50 2012
New Revision: 1415195

URL: http://svn.apache.org/viewvc?rev=1415195&view=rev
Log:
portlet branch: add set field entityName, searchFields, displayFields in action part of lookupPortalPage screen, it was forgotten

Modified:
    ofbiz/branches/20120329_portletWidget/framework/common/widget/LookupScreens.xml

Modified: ofbiz/branches/20120329_portletWidget/framework/common/widget/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/framework/common/widget/LookupScreens.xml?rev=1415195&r1=1415194&r2=1415195&view=diff
==============================================================================
--- ofbiz/branches/20120329_portletWidget/framework/common/widget/LookupScreens.xml (original)
+++ ofbiz/branches/20120329_portletWidget/framework/common/widget/LookupScreens.xml Thu Nov 29 15:03:50 2012
@@ -212,6 +212,9 @@ under the License.
         <section>
             <actions>
                 <set field="title" value="${uiLabelMap.CommonPortalPage}"/>
+                <set field="entityName" value="PortalPage"/>
+                <set field="searchFields" value="[portalPageId, portalPageName, description]"/>
+                <set field="displayFields" value="[portalPageId, portalPageName]"/>
             </actions>
             <widgets>
                <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">