svn commit: r1774804 - /ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml

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

svn commit: r1774804 - /ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml

mbrohl
Author: mbrohl
Date: Sat Dec 17 20:41:31 2016
New Revision: 1774804

URL: http://svn.apache.org/viewvc?rev=1774804&view=rev
Log:
Improved: Client side validation is missing at Create Ebay Account form.
(OFBIZ-7952)

Thanks: Deepak Nigam for reporting and providing the patch.

Modified:
    ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml

Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml?rev=1774804&r1=1774803&r2=1774804&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbayStoreForms.xml Sat Dec 17 20:41:31 2016
@@ -115,8 +115,8 @@ under the License.
                 <option key="F" description="${uiLabelMap.CommonFemale}"/>
             </drop-down>
         </field>
-        <field name="currentPassword"><password/></field>
-        <field name="currentPasswordVerify"><password/></field>
+        <field name="currentPassword" required-field="true"><password/></field>
+        <field name="currentPasswordVerify" required-field="true"><password/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit button-type="button"/></field>
     </form>
     <form name="AddCatalog" type="single" target="associateCatalogToStore">