Author: mbrohl
Date: Sat Dec 17 20:46:29 2016
New Revision: 1774805
URL:
http://svn.apache.org/viewvc?rev=1774805&view=revLog:
Improved: Client side validation is missing at Add Ebay Configuration form.
(OFBIZ-7866)
Thanks: Deepak Nigam for reporting and providing the patch.
Modified:
ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml
Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml?rev=1774805&r1=1774804&r2=1774805&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/widget/EbayForms.xml Sat Dec 17 20:46:29 2016
@@ -160,7 +160,7 @@ under the License.
<form name="AddEbayConfiguration" type="single" target="createEbayConfiguration" title="">
<alt-target use-when="ebayConfig != null" target="updateEbayConfiguration"/>
<field name="productStoreId" use-when="ebayConfig != null"><display/></field>
- <field name="productStoreId" title="${uiLabelMap.ProductProductStore}" use-when="ebayConfig == null">
+ <field name="productStoreId" title="${uiLabelMap.ProductProductStore}" use-when="ebayConfig == null" required-field="true">
<drop-down allow-empty="true">
<entity-options entity-name="ProductStore" description="${storeName} [${productStoreId}]">
<entity-order-by field-name="storeName"/>