-
Notifications
You must be signed in to change notification settings - Fork 87
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
chore: remove mention of data collation tool on landing and email settings results page #7390
chore: remove mention of data collation tool on landing and email settings results page #7390
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
edit: i missed some unused imports and the existence of the OGP_FORMSG_COLLATE
field still in links.ts
when i wrote this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apart from the unused imports, it lgtm!
Problem
We want to deprecate the data collation tool as part of the larger initiative. We are also looking at reducing the maintenance for data collation tool as we have a superior solution (storage mode-webhooks) to manage this.
Closes FRM-1739
Solution
Removed references to the data collation tool in the email responses tab and landing page.
Breaking Changes