You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2019/06/22 10:43:00 UTC

svn commit: r1861842 - /ofbiz/ofbiz-framework/branches/release18.12/applications/marketing/widget/sfa/forms/EventForms.xml

Author: mridulpathak
Date: Sat Jun 22 10:42:59 2019
New Revision: 1861842

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

Modified: ofbiz/ofbiz-framework/branches/release18.12/applications/marketing/widget/sfa/forms/EventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release18.12/applications/marketing/widget/sfa/forms/EventForms.xml?rev=1861842&r1=1861841&r2=1861842&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/branches/release18.12/applications/marketing/widget/sfa/forms/EventForms.xml (original)
+++ ofbiz/ofbiz-framework/branches/release18.12/applications/marketing/widget/sfa/forms/EventForms.xml Sat Jun 22 10:42:59 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"/>