Tasks assigned to me view (#9567) (#9568)

Issue: https://github.com/twentyhq/core-team-issues/issues/154

View is now added.

TODO: Fix filtering a relation field by 'Me' in Tasks.

---------

Co-authored-by: ad-elias <elias@autodiligence.com>
This commit is contained in:
eliasylonen
2025-02-17 11:13:55 +01:00
committed by GitHub
parent 9ef6486b06
commit 5b961cbb7f
8 changed files with 461 additions and 3 deletions

View File

@ -10,7 +10,7 @@ export const recordIndexRecordGroupHideComponentFamilyState =
case ViewType.Kanban:
return false;
case ViewType.Table:
return true;
return false;
default:
return false;
}