Author: jleroux
Date: Mon May 17 08:47:07 2010
New Revision: 945026

URL: http://svn.apache.org/viewvc?rev=945026&view=rev
Log:
OK doing too much things at the same time is not good, I ALSO forgot to save 
this presentation="window" before committing r945018 and r945024 (not it's not 
a JOKE)
I finally decided to use the Save All button in Eclipse :/

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

Modified: ofbiz/trunk/applications/workeffort/widget/LookupForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml?rev=945026&r1=945025&r2=945026&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/LookupForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/LookupForms.xml Mon May 17 
08:47:07 2010
@@ -59,8 +59,8 @@ under the License.
             </drop-down>
         </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="facilityId"><lookup presentation="window" 
target-form-name="LookupFacility"/></field>
+        <field name="fixedAssetId"><lookup presentation="window" 
target-form-name="LookupFixedAsset"/></field>
         <field name="scopeEnumId">
             <drop-down allow-empty="true">
                 <entity-options entity-name="Enumeration" 
key-field-name="enumId" description="${description}">


Reply via email to