-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
As a user, when I add an email to a person, in show page, I see timeline "add email event" not properly formatted #8300
Labels
Comments
Related to #8264 |
I would like to work on it. |
Sure @yashkhokhar28! Please have a look to the related issue. Thanks for contributing! |
I would like to work on it |
lucasbordeau
added
for experienced contributor
and removed
good first issue
Good for newcomers
labels
Nov 15, 2024
@ad-elias would you mind having a look at this one later? Thank you! |
@FelixMalfait Sure! |
@ad-elias as discussed, let's let Martin do it since he assigned himself |
too hard for me, giving that to @Weiko |
charlesBochet
pushed a commit
that referenced
this issue
Nov 21, 2024
…processing to gql types (#8596) Fixes #8300 ## Context API events were created too late and were already formatted as Gql responses (including nesting with edges/node/type + formatting that should not exist in an event payload). This PR moves the emit logic to the resolver where we actually do the DB query Note: Also added RESTORED events
github-project-automation
bot
moved this from 🔖 Planned
to ✅ Done
in Product development ✅
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Description
Expected behavior
No
[
]
visible for composite fieldsTechnical input
FindManyTimelineActivities
. In the front, they are expected to be array. We might fix backend so it returns a proper arrayThe text was updated successfully, but these errors were encountered: