Friday, September 13, 2024
1 change · saas-17.3
Resolved issues and error corrections
This fixes a display issue where the “include archived” option could appear twice when users built certain advanced filters. The change keeps the filtering interface clearer and helps avoid confusion when selecting archived records.
Original PR description
This commit fixes a bug where the include archived checkbox button would be duplicated when the "any" operator would be used. This was due to the fact that using this operator would spawn a sub TreeEditor component inside of itself carrying most of its props including the include archived Checkbox slot from the domain selector which was supposed to be unique. The fix is therefore to empty the slots from the sub TreeEditor component.