Author: jleroux
Date: Tue Aug 15 17:04:25 2017
New Revision: 1805103
URL:
http://svn.apache.org/viewvc?rev=1805103&view=revLog:
Improved: Required field indicator (*) is missing on some forms
(OFBIZ-9579)
It's missing in EditProdCatalog, this fixes it
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProdCatalogForms.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProdCatalogForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProdCatalogForms.xml?rev=1805103&r1=1805102&r2=1805103&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProdCatalogForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProdCatalogForms.xml Tue Aug 15 17:04:25 2017
@@ -67,7 +67,7 @@ under the License.
<!-- this to be taken care of with auto-fields-service as soon as it uses entity field info too -->
<field use-when="prodCatalog==null&&prodCatalogId==null" name="prodCatalogId" title="${uiLabelMap.ProductCatalogId}"><text size="20" maxlength="20"/></field>
- <field name="catalogName"><text size="30" maxlength="60"/></field>
+ <field name="catalogName" required-field="true"><text size="30" maxlength="60"/></field>
<field name="useQuickAdd" title="${uiLabelMap.ProductUseQuickAdd}">
<drop-down allow-empty="false" no-current-selected-key="Y"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down>