-
Notifications
You must be signed in to change notification settings - Fork 15
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
connect.action.timeline.adjusted is not handled #72
Comments
@vikasrohit FYI, I'll send this event |
I guess, as this notification is going to be hidden for all users, we can listen it for all users. It would allows us to show the visual cue for customers as well which I think is more important because mostly it would a copilot/manager who would be doing the changes and customer needs to know that there is a change in the timeline. |
@vikasrohit created a PR #73 |
issue #72 - connect.action.timeline.adjusted is not handled
@maxceem PR is merged, let me know if you are still seeing any issue with this event. |
@vikasrohit by the code it seems everything is ok, but this event |
@vikasrohit this event comes to Connect now. So this issue is fully resolved now. |
connect.action.timeline.adjusted
event is generated intc-project-service
https://github.com/topcoder-platform/tc-project-service/blob/dev/src/constants.js#L104 and is handled inconnect-app
https://github.com/appirio-tech/connect-app/blob/dev/src/routes/notifications/constants/notifications.js#L509.But it's not handled in
tc-notifications
thus won't appear inconnect-app
.The text was updated successfully, but these errors were encountered: