svn commit: r438812 - /incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r438812 - /incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

jacopoc
Author: jacopoc
Date: Wed Aug 30 23:02:40 2006
New Revision: 438812

URL: http://svn.apache.org/viewvc?rev=438812&view=rev
Log:
Fixed bug (wrong request name for communication event lookup screen): thanks to Marco Risaliti for the patch (Apache OFBIZ-187).

Modified:
    incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

Modified: incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=438812&r1=438811&r2=438812&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ incubator/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Wed Aug 30 23:02:40 2006
@@ -107,7 +107,7 @@
         
         <field use-when="workEffort==null" name="quickAssignPartyId"><lookup target-form-name="LookupPartyName" default-value="${userLogin.partyId}"/></field>
         <field use-when="workEffort==null" name="requirementId"><lookup target-form-name="LookupRequirement"/></field>
-        <field name="communicationEventId" map-name="context"><lookup target-form-name="LookupCommunicationEvent"/></field><!-- TODO: need to implement this -->
+        <field name="communicationEventId" map-name="context"><lookup target-form-name="LookupCommEvent"/></field>
         
         <field name="revisionNumber" use-when="workEffort!=null" widget-style="tabletext"><display/></field>