This is an automated email from the ASF dual-hosted git repository. akashjain pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new 019cc01 Improvement: Dropdown/facet at Reports under 'Sale Orders By Channel' is not working fine (OFBIZ-10624) 019cc01 is described below commit 019cc010fcae71f8cc04b3ec2c62730f01ccfdd3 Author: akash <akash.j...@hotwaxsystems.com> AuthorDate: Sat Feb 22 18:33:02 2020 +0530 Improvement: Dropdown/facet at Reports under 'Sale Orders By Channel' is not working fine (OFBIZ-10624) Thanks, Ritesh Kumar and Dikpal Kanungo for your contribution. --- birt/widget/order/OrderForms.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/birt/widget/order/OrderForms.xml b/birt/widget/order/OrderForms.xml index 3802dc8..05bc9b7 100644 --- a/birt/widget/order/OrderForms.xml +++ b/birt/widget/order/OrderForms.xml @@ -57,7 +57,8 @@ under the License. <form name="SaleOrdersByChannel" type="single" target="OrdersByChannel.pdf" target-window="_BLANK"> <field name="SalesChannel" title="${uiLabelMap.OrderSalesChannel}"> - <drop-down allow-empty="true"> + <drop-down allow-empty="false"> + <option key="" description="${uiLabelMap.CommonAll}"/> <entity-options entity-name="Enumeration" key-field-name="enumId" description="${description}"> <entity-constraint name="enumTypeId" operator="equals" value="ORDER_SALES_CHANNEL"/> </entity-options>