-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
fix(code-review): Update legacy feature enablement switch #105314
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
base: master
Are you sure you want to change the base?
Conversation
ba4a2b8 to
c88772d
Compare
| ), | ||
| }), | ||
| visible: ({model}) => { | ||
| if (showNewSeer(organization)) { |
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.
This showNewSeer() call should already be handling the case
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 didn't see showNewSeer() handling those in code-review-beta cohort (whether on old seer plan, new seer plan, or neither)
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.
There's a comment in there that it should be handled... but it's not.
We should add a check for the flag inside that function, to match the comment. that'll also mean the other places that call showNewSeer() will be aligned as well.
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.
following up with #106425
|
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you add the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Update legacy feature enablement switch so it does NOT show for new seat-based plan orgs. It still shows for legacy payg seer orgs and code-review-beta orgs (that are not on the new seat-based plan).