Community
Participate
Working Groups
Build Identifier: 3.7.0 In ColumnFilter exists a default entry "Empty" which stands for empty values. But a visual empty column value (f.e. an empty string "") is not considered by this filter entry and leads to an extra entry in the ColumnFilter list. Reproducible: Always Steps to Reproduce: 1. Build a table with at least one visible column 2. Ensure the table is filled with data (null values and visual empty values) 3. Open/activate ColumnFilter dialog
Fixed by handling empty strings and s.trim().length()==0 the same way as null.
Created attachment 202297 [details] Contribution to solve same issue in smartcolumn filter
Contribution from Claudio Guglielmo to solve same issue in smartcolumn filter
shipped with 3.7.1
moved iplog flag to patch
Comment on attachment 202297 [details] Contribution to solve same issue in smartcolumn filter iplog flag for patch from claudio