Author: mridulpathak
Date: Sat Jun 22 10:46:35 2019
New Revision: 1861843

URL: http://svn.apache.org/viewvc?rev=1861843&view=rev
Log:
Applied fix from trunk r1861838.
                                
Fixed: Getting an error while creating event from SFA without providing event 
name.
(OFBIZ-11109)
                                
Thanks Harman Kaur Matharu for reporting and Aditi Patidar for providing the 
patch.

Modified:
    
ofbiz/ofbiz-framework/branches/release17.12/applications/marketing/widget/sfa/forms/EventForms.xml

Modified: 
ofbiz/ofbiz-framework/branches/release17.12/applications/marketing/widget/sfa/forms/EventForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/applications/marketing/widget/sfa/forms/EventForms.xml?rev=1861843&r1=1861842&r2=1861843&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/branches/release17.12/applications/marketing/widget/sfa/forms/EventForms.xml
 (original)
+++ 
ofbiz/ofbiz-framework/branches/release17.12/applications/marketing/widget/sfa/forms/EventForms.xml
 Sat Jun 22 10:46:35 2019
@@ -99,6 +99,7 @@ under the License.
                 <entity-options entity-name="WorkEffortPurposeType" 
key-field-name="workEffortPurposeTypeId" 
description="${description}"></entity-options>
             </drop-down>
         </field>
+        <field name="workEffortName" title="${uiLabelMap.WorkEffortEventName}" 
required-field="true"><text/></field>
         <sort-order>
             <sort-field name="workEffortId"/>
             <sort-field name="partyId"/>


Reply via email to