https://bugs.documentfoundation.org/show_bug.cgi?id=150846
--- Comment #3 from Julien Nabet <[email protected]> --- perhaps we should change: if (!aFilterData.hasElements() && !aFilterOptions.isEmpty()) into this: if (!aFilterData.hasElements() && !aFilterOptions.isEmpty() && aFilterOptions.startsWith("{")) ? -- You are receiving this mail because: You are the assignee for the bug.
