Community
Participate
Working Groups
It doesn't work for more filters. There's a mistake in OutlineFilterAndSorter.filterAndSort, line return Iterables.all(filters, new Predicate<IFilter>() { should be return Iterables.all(enabledFilters, new Predicate<IFilter>() { and enabledFilters shiuld be final
Fix and test pushed to MASTER. Thanks for reporting.
Closing all bugs that were set to RESOLVED before Neon.0