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 missing team member images in calendar event #5414

Merged
merged 3 commits into from
May 15, 2024

Conversation

mritosa
Copy link
Contributor

@mritosa mritosa commented May 14, 2024

Work

Fixed issue: #5308

Before

Team member images are absent from Calendar events participant chips.
Before

After

Screenshot 2024-05-14 at 10 53 24

Fix explained

Redefined recordGqlField to fech Person and WorkspaceMember

Copy link

github-actions bot commented May 14, 2024

Welcome!

Hello there, congrats on your first PR! We're excited to have you contributing to this project.
By submitting your Pull Request, you acknowledge that you agree with the terms of our Contributor License Agreement.

Generated by 🚫 dangerJS against eee9838

@charlesBochet
Copy link
Member

Thank you @mritosa, that's it. I have refactored your code to use the new operationSignature pattern. This will progressively replace useFindXXXRecords props and enable easiest use of apolloCache

@charlesBochet charlesBochet merged commit e9a7a8a into twentyhq:main May 15, 2024
8 of 10 checks passed
@mritosa mritosa deleted the mritosa-colaboration branch May 16, 2024 09:52
arnavsaxena17 pushed a commit to arnavsaxena17/twenty that referenced this pull request Oct 6, 2024
### Work
Fixed issue: twentyhq#5308 
### Before
Team member images are absent from Calendar events participant chips.

![Before](https://github.com/twentyhq/twenty/assets/100703401/bd3408ad-4a07-430e-ba23-83cd0775492a)
### After
<img width="383" alt="Screenshot 2024-05-14 at 10 53 24"
src="https://github.com/twentyhq/twenty/assets/100703401/b65efe8a-64de-4214-a60a-ee87d235953a">

### Fix explained
Redefined recordGqlField to fech Person and WorkspaceMember

---------

Co-authored-by: Charles Bochet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants