You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/10/14 23:26:41 UTC

svn commit: r1022725 - /ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml

Author: buscob
Date: Thu Oct 14 21:26:40 2010
New Revision: 1022725

URL: http://svn.apache.org/viewvc?rev=1022725&view=rev
Log:
Commented lookup reference to "LookupUserLoginAndPartyDetails" in the EditPortalPage form.
This lookup was not present (in the same file) and caused an exception whenever the form was showed.
I did not change it to reference to the LookupUserLoginAndPartyDetails in the Party component because this would add a framework dependence from Party.
If we decide to put a part of the Party component in the framework the lookup can be used again.

Modified:
    ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml

Modified: ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml?rev=1022725&r1=1022724&r2=1022725&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml Thu Oct 14 21:26:40 2010
@@ -83,7 +83,10 @@ under the License.
         <field name="portalPageId" use-when="!&quot;${portalPage.portalPageId}&quot;.equals(&quot;&quot;)" position="1"><display/></field>
         <field name="portalPageId" use-when="&quot;${portalPage.portalPageId}&quot;.equals(&quot;&quot;)" position="1"><text/></field>
         <field name="originalPortalPageId" position="2"><text/></field>
-        <field name="ownerUserLoginId" ><lookup target-form-name="LookupUserLoginAndPartyDetails"/></field>
+        <field name="ownerUserLoginId">
+            <!-- <lookup target-form-name="LookupUserLoginAndPartyDetails"/> -->
+            <text/>
+        </field>
         <field name="parentPortalPageId" position="2"><text/></field>
         <field name="portalPageName"><text/></field>
         <field name="description" position="2"><text size="60"/></field>