You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2015/11/21 08:49:31 UTC

svn commit: r1715477 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml

Author: deepak
Date: Sat Nov 21 07:49:31 2015
New Revision: 1715477

URL: http://svn.apache.org/viewvc?rev=1715477&view=rev
Log:
(OFBIZ-6683) Corrected the lookup-target request for AddCommEventWorkEffort, Thanks Irshad for your contribution.

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=1715477&r1=1715476&r2=1715477&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml Sat Nov 21 07:49:31 2015
@@ -636,7 +636,7 @@ under the License.
         target="/partymgr/control/createCommEventWorkEffort" target-type="inter-app"
         header-row-style="header-row" default-table-style="basic-table">
         <field name="communicationEventId"><display/></field>
-        <field name="workEffortId"  use-when="workEffort==null&amp;&amp;workEffortId==null" ><lookup target-form-name="/workeffort/control/LookupWorkEffort"/></field>
+        <field name="workEffortId"  use-when="workEffort==null&amp;&amp;workEffortId==null" ><lookup target-form-name="LookupWorkEffort"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit button-type="text-link"/> </field>
         <sort-order>
             <sort-field name="communicationEventId"/>