You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ak...@apache.org on 2017/10/28 11:48:55 UTC

svn commit: r1813611 - /ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebSiteForms.xml

Author: akashjain
Date: Sat Oct 28 11:48:55 2017
New Revision: 1813611

URL: http://svn.apache.org/viewvc?rev=1813611&view=rev
Log:
Improved: Required field indicator (*) is missing from create contact list, applied patch from jira issue (OFBIZ-9756)

Thanks, Rohit Rai for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebSiteForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebSiteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebSiteForms.xml?rev=1813611&r1=1813610&r2=1813611&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebSiteForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebSiteForms.xml Sat Oct 28 11:48:55 2017
@@ -278,7 +278,7 @@ under the License.
         <field name="webSiteId"><display/></field>
         <field name="siteName"><display/></field>
         <field name="fromDate"><hidden value="${fromDate}"/></field>
-        <field name="contactListId">
+        <field name="contactListId" required-field="true">
             <drop-down allow-empty="true">
                 <entity-options description="${contactListName} [${contactListId}]" entity-name="ContactList" key-field-name="contactListId"></entity-options>
             </drop-down>