You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ak...@apache.org on 2020/02/22 13:02:50 UTC

[ofbiz-plugins] branch trunk updated: Improvement: Dropdown/facet at Reports under 'Sale Orders By Channel' is not working fine (OFBIZ-10624)

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 <ak...@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>