Author: jleroux
Date: Tue Aug 15 17:17:47 2017
New Revision: 1805107

URL: http://svn.apache.org/viewvc?rev=1805107&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

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=1805107&r1=1805106&r2=1805107&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceForms.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/DataSourceForms.xml 
Tue Aug 15 17:17:47 2017
@@ -25,7 +25,7 @@ under the License.
         <alt-target use-when="dataSource==null" target="createDataSource"/>
 
         <field use-when="dataSource!=null" name="dataSourceId" 
title="${uiLabelMap.DataSourceDataSourceId}"><display/></field>
-        <field use-when="dataSource==null&amp;&amp;dataSourceId==null" 
name="dataSourceId" title="${uiLabelMap.DataSourceDataSourceId}"><text/></field>
+        <field use-when="dataSource==null&amp;&amp;dataSourceId==null" 
name="dataSourceId" title="${uiLabelMap.DataSourceDataSourceId}" 
required-field="true"><text/></field>
         <field use-when="dataSource==null&amp;&amp;dataSourceId!=null" 
name="dataSourceId" title="${uiLabelMap.DataSourceDataSourceId}" 
tooltip="${uiLabelMap.CommonCannotBeFound}: 
[${dataSourceId}]"><display/></field>
 
         <field name="dataSourceTypeId" 
title="${uiLabelMap.DataSourceDataSourceTypeId}">


Reply via email to