Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix assignee not displayed on tasks #8280

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

FelixMalfait
Copy link
Member

Fix an issue where the assignee of a task wasn't displayed on the task record's show page

@FelixMalfait FelixMalfait merged commit 558cc68 into main Nov 1, 2024
10 of 11 checks passed
@FelixMalfait FelixMalfait deleted the fix-assignee-not-displayed branch November 1, 2024 17:26
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Fixed task assignee display on task record's show page by modifying relation field filtering logic in FieldsCard component.

  • Modified filtering in packages/twenty-front/src/modules/object-record/record-show/components/FieldsCard.tsx to correctly handle task assignees alongside note/task targets
  • Updated boxedRelationFieldMetadataItems logic to only filter out specific target fields (noteTargets/taskTargets) instead of all fields
  • Fixed incorrect field exclusion that was preventing assignee field from being displayed

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant