-
Notifications
You must be signed in to change notification settings - Fork 3k
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
🍒 Cherry pick PR #5747 to staging 🍒 #5845
Conversation
This pull request has merge conflicts and can not be automatically merged. 😞 |
updateAllPolicies(policyDataToStore); | ||
} | ||
|
||
if (shouldCreateNewPolicy) { |
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.
It looks like this variable is missing from the function, so I am thinking there is more code that needs to be CP-ed in a certain order..
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 think we might be missing this PR: #5706
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.
Looks like you're right! #5706 is not present on staging, so we can't CP this to staging without first CP'ing that.
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.
Ok great, thanks! I will CP #5706 first, then CP this again.
🍒 Cherry pick #5747 to staging 🍒