-
Notifications
You must be signed in to change notification settings - Fork 14.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
fix(ar-modal): updateNotificationSettings not updating state #28409
fix(ar-modal): updateNotificationSettings not updating state #28409
Conversation
10fb0a3
to
632458c
Compare
632458c
to
dd49c60
Compare
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.
I can't speak to the code itself sorry but the bug is real and it's addressing the right part of the codebase. Thanks @fisjac !
Hello , when do you expect the PR to be merged ? |
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.
can you add a unit test for updateNotificationSetting
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.
Rush-merging since this needs to make an imminent cut.
(cherry picked from commit d871b4d)
Hello , I suppose that the changes are live now ? Or ? |
These changes would be live on master branch (you could run the nightly, unstable build image |
Is there any way to directly implement this fix in a K8s deployment? |
If a community member wanted to take the 4.0.1 release, cherry-pick this PR onto it, and package it up for the world, that might be widely useful. I hope 4.0.2 and 4.1.0 come out soon but in the meantime someone could run with that. |
(cherry picked from commit d871b4d)
SUMMARY
When changing the recipients list for an existing notification method, the state is not being changed properly. This change addresses this by reinstating missing code that was lost in a previous PR.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION