svn commit: r1861838 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/EventForms.xml

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

svn commit: r1861838 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/EventForms.xml

Mridul Pathak-5
Author: mridulpathak
Date: Sat Jun 22 10:35:26 2019
New Revision: 1861838

URL: http://svn.apache.org/viewvc?rev=1861838&view=rev
Log:
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/trunk/applications/marketing/widget/sfa/forms/EventForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/EventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/EventForms.xml?rev=1861838&r1=1861837&r2=1861838&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/EventForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/EventForms.xml Sat Jun 22 10:35:26 2019
@@ -98,6 +98,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"/>