Author: jleroux
Date: Thu Aug 17 14:02:25 2017
New Revision: 1805285

URL: http://svn.apache.org/viewvc?rev=1805285&view=rev
Log:
Improved: Required Field Indicator (*) / Form Validation is missing on Create 
New Data Source Form  
(OFBIZ-7462)

Form Validation Required Field Indicator "*" is missing on Create New Data 
Source Form . 
Marketing -> Data Source -> Create Data Source -> Data Source Id

Thanks: Deepak Nigam for the completing patch

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceForms.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceForms.xml?rev=1805285&r1=1805284&r2=1805285&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceForms.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceForms.xml 
Thu Aug 17 14:02:25 2017
@@ -37,7 +37,7 @@ under the License.
         </field>
         <field name="description" 
title="${uiLabelMap.CommonDescription}"><text/></field>
 
-        <field name="submitButton" title="${uiLabelMap.CommonSave}" 
widget-style="buttontext"><submit button-type="text-link"/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonSave}" 
widget-style="buttontext"><submit button-type="button"/></field>
         <!-- <field name="DONE_PAGE"><hidden value="${donePage}"/></field> -->
         <!-- <field name="cancelLink" title=" " 
widget-style="buttontext"><hyperlink 
description="${uiLabelMap.CommonCancelDone}" target="${donePage}" 
also-hidden="false" target-type="inter-app"/></field> -->
     </form>


Reply via email to