Feat: Add "All assignees" in Task team member dropdown (#1763)

* implemented all select option FilterDropdownEntitySearchSelect and enabled it for tasks page filter

* created new filter operand IsNotNull for make a select all qraphql query, added internal state for tracking isAllEntitySelected

* used filterCurrentlyEdited to track if isAllEntitySelected is selected

* fixed filter button icon SelectAll Icon
This commit is contained in:
Ayush Agrawal
2023-10-03 16:55:31 +02:00
committed by GitHub
parent aea088df16
commit 77997674e5
11 changed files with 209 additions and 94 deletions
+1
View File
@@ -823,6 +823,7 @@ enum ViewFilterOperand {
LessThan
Is
IsNot
IsNotNull
}
model ViewFilter {