-
Notifications
You must be signed in to change notification settings - Fork 309
Bug/10903 Temp fix AS Setup Flow #10904
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
Conversation
… their own settings.
…changed and payment option is valid.
…n the query string.
Co-authored-by: Matthew Riley MacPherson <[email protected]>
…dule-feature-flag Remove `rrmModule` feature flag
…c-requires-since Refactor jsdoc requires since rule
…segmentation-banner-dismiss Follow up: Fix audience segmentation banner dismissal.
…otification-areas Enhancement/10806 Restructure Notification Areas
…rect-imports-createReducer Infrastructure/10230 replace direct imports create reducer
…terruptions in setup flow.
Build files for 702bac7 have been deleted. |
Size Change: +122 B (+0.01%) Total Size: 2.13 MB ℹ️ View Unchanged
|
…terruptions in setup flow.
@@ -720,7 +720,7 @@ export const registerWidgets = ( widgets ) => { | |||
export const ANALYTICS_4_NOTIFICATIONS = { | |||
[ AUDIENCE_SEGMENTATION_SETUP_CTA_NOTIFICATION ]: { | |||
Component: AudienceSegmentationSetupCTABanner, | |||
priority: PRIORITY.SETUP_CTA_LOW, | |||
priority: 130, // TODO: Revert this temporary priority after fixing Issue #10890. |
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.
@jimmymadon, could you please use a fully qualified link to the issue instead of referencing it by the number? Also, can you add the previous value to the comment so the one who will work on it next time will know which was the right priorities?
Closing this PR in favour of the cleaner #10909 PR. |
…terruptions in setup flow.
Summary
Addresses issue:
Relevant technical choices
PR Author Checklist
Do not alter or remove anything below. The following sections will be managed by moderators only.
Code Reviewer Checklist
Merge Reviewer Checklist