Author: jleroux
Date: Mon May 17 08:14:14 2010
New Revision: 945010

URL: http://svn.apache.org/viewvc?rev=945010&view=rev
Log:
This presentation="window" were missing in r944647 and r944648. We still need 
them for recursive cases. 
And I just found that when we use a popup lookup we can't call layered lookups 
from it.

Modified:
    ofbiz/trunk/applications/content/widget/content/ContentForms.xml
    ofbiz/trunk/applications/workeffort/widget/LookupForms.xml

Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=945010&r1=945009&r2=945010&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Mon May 17 
08:14:14 2010
@@ -43,10 +43,10 @@ under the License.
             </drop-down>
         </field>
         <field name="dataResourceId" position="1">
-            <lookup  target-form-name="LookupDataResource"/>
+            <lookup presentation="window" 
target-form-name="LookupDataResource"/>
         </field>
         <field name="ownerContentId" position="2">
-            <lookup  target-form-name="LookupContent"/>
+            <lookup presentation="window" target-form-name="LookupContent"/>
         </field>
         <field name="statusId">
             <drop-down allow-empty="true">
@@ -56,7 +56,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
-        <field name="createdByUserLogin" position="2"><lookup  
target-form-name="LookupPerson"/></field>
+        <field name="createdByUserLogin" position="2"><lookup 
presentation="window" target-form-name="LookupPerson"/></field>
         <field name="localeString">
             <drop-down allow-empty="true">
                 <entity-options entity-name="CountryCode" 
description="${countryName} [${countryCode}]" key-field-name="countryCode">

Modified: ofbiz/trunk/applications/workeffort/widget/LookupForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml?rev=945010&r1=945009&r2=945010&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/LookupForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/LookupForms.xml Mon May 17 
08:14:14 2010
@@ -58,7 +58,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
-        <field name="workEffortParentId"><lookup 
target-form-name="LookupWorkEffort"/></field>
+        <field name="workEffortParentId"><lookup presentation="window" 
target-form-name="LookupWorkEffort"/></field>
         <field name="facilityId"><lookup  
target-form-name="LookupFacility"/></field>
         <field name="fixedAssetId"><lookup  
target-form-name="LookupFixedAsset"/></field>
         <field name="scopeEnumId">


Reply via email to