Author: mridulpathak
Date: Sat Jun 22 10:49:03 2019
New Revision: 1861844

URL: http://svn.apache.org/viewvc?rev=1861844&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/branches/release16.11/applications/marketing/widget/sfa/forms/EventForms.xml

Modified: 
ofbiz/branches/release16.11/applications/marketing/widget/sfa/forms/EventForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/marketing/widget/sfa/forms/EventForms.xml?rev=1861844&r1=1861843&r2=1861844&view=diff
==============================================================================
--- 
ofbiz/branches/release16.11/applications/marketing/widget/sfa/forms/EventForms.xml
 (original)
+++ 
ofbiz/branches/release16.11/applications/marketing/widget/sfa/forms/EventForms.xml
 Sat Jun 22 10:49:03 2019
@@ -58,6 +58,7 @@ under the License.
                 </sub-hyperlink>
             </display-entity>
         </field>
+        <field name="workEffortName" title="${uiLabelMap.WorkEffortEventName}" 
required-field="true"><text/></field>
         <sort-order>
             <sort-field name="workEffortId"/>
             <sort-field name="workEffortPurposeTypeId"/>


Reply via email to