You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pa...@apache.org on 2019/08/24 07:58:35 UTC

svn commit: r1865818 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml

Author: pawan
Date: Sat Aug 24 07:58:35 2019
New Revision: 1865818

URL: http://svn.apache.org/viewvc?rev=1865818&view=rev
Log:
Improved: UI improvement for drop-down fields on order report screen
(OFBIZ-11166)
Thanks: Ashish Kumar Pandey for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml?rev=1865818&r1=1865817&r2=1865818&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml Sat Aug 24 07:58:35 2019
@@ -23,7 +23,7 @@ under the License.
     <form name="OrderPurchaseReportOptions" type="single" title=""
         header-row-style="header-row" default-table-style="basic-table">
         <field name="productStoreId">
-            <drop-down allow-empty="false" allow-multiple="true" size="4">
+            <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonAny} -"/>
                 <entity-options entity-name="ProductStore" description="${storeName} [${productStoreId}]">
                     <entity-order-by field-name="storeName"/>
@@ -32,7 +32,7 @@ under the License.
         </field>
 
         <field name="originFacilityId">
-            <drop-down allow-empty="false" allow-multiple="true" size="4">
+            <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonAny} -"/>
                 <entity-options entity-name="Facility" key-field-name="facilityId" description="${facilityName} [${facilityId}]">
                     <entity-order-by field-name="facilityName"/>
@@ -73,7 +73,7 @@ under the License.
     <form name="SalesByStoreReport" type="single" target="SalesByStoreReport.pdf" title=""
         header-row-style="header-row" default-table-style="basic-table" target-window="_BLANK">
         <field name="productStoreId">
-            <drop-down allow-empty="false" allow-multiple="true" size="4">
+            <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonSelectAny} -"/>
                 <entity-options entity-name="ProductStore" description="${storeName} [${productStoreId}]">
                     <entity-order-by field-name="storeName"/>
@@ -100,7 +100,7 @@ under the License.
     <form name="OpenOrderItemsReport" type="single" target="OpenOrderItemsReport" title=""
         header-row-style="header-row" default-table-style="basic-table">
         <field name="productStoreId">
-            <drop-down allow-empty="false" allow-multiple="true" size="4">
+            <drop-down allow-empty="false">
                 <option key="" description="- ${uiLabelMap.CommonSelectAny} -"/>
                 <entity-options entity-name="ProductStore" description="${storeName} [${productStoreId}]">
                     <entity-order-by field-name="storeName"/>