|
Author: pawan
Date: Mon Aug 26 05:30:17 2019 New Revision: 1865897 URL: http://svn.apache.org/viewvc?rev=1865897&view=rev Log: Reverted: Allow-multiple dropdown improvement of UI on order report screen (OFBIZ-11166) Reverted rev 1865818. Thanks Deepak Dixit for reporting the issue. 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=1865897&r1=1865896&r2=1865897&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/ReportForms.xml Mon Aug 26 05:30:17 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"> + <drop-down allow-empty="false" allow-multiple="true" size="4"> <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"> + <drop-down allow-empty="false" allow-multiple="true" size="4"> <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"> + <drop-down allow-empty="false" allow-multiple="true" size="4"> <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"> + <drop-down allow-empty="false" allow-multiple="true" size="4"> <option key="" description="- ${uiLabelMap.CommonSelectAny} -"/> <entity-options entity-name="ProductStore" description="${storeName} [${productStoreId}]"> <entity-order-by field-name="storeName"/> |
| Free forum by Nabble | Edit this page |
