-
Notifications
You must be signed in to change notification settings - Fork 330
FIX: All InputControls change when modifying one #2199
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
This reverts commit 2a37caa.
Codecov ReportAttention: Patch coverage is @@ Coverage Diff @@
## develop #2199 +/- ##
===========================================
- Coverage 67.78% 67.78% -0.01%
===========================================
Files 367 367
Lines 53538 53545 +7
===========================================
Hits 36293 36293
- Misses 17245 17252 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
ekcoh
left a comment
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.
Revert looks correct to me. Guess the reverted case is reopened as part of landing this revert.
|
I don't know if I agree that reverting this is the best option as the older bug will be noticed by everyone and the one being fixed here not as much. Maybe keep this one off from the upcoming release? Or someone can smack some sense into me I don't know, just feels like we're trading pinky pain to a headache |
Based on this, I'd prefer we don't land this in the upcoming release and revert+fix in the next one. |
|
My reasoning is that the fix we're reverting in this PR was a 6.1 release concern issue. So we should avoid reintroducing it. |
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.
Update: I thought the bug with ISXB-1531 was purely in the UI which wouldn't affect as many users but it doesn't let you switch paths even via scripts making it severe. So it was indeed the right call to revert this.
I checked that this fixes the bug and did not notice any other problems besides the one we already know about.
This reverts commit 2a37caa.
Description
We received a regression from a fix for ISXB-1221 that makes it impossible to have more than one InputControl components at the same time. This is caused by the static variable used internally. We have to roll this back and return back to the drawing board in order to have a better fix for the original case. I'm closing the regression as fixed and reopening ISXB-1221 instead.
Testing status & QA
Local testing
Overall Product Risks
Checklist
Before review:
Changed,Fixed,Addedsections.Area_CanDoX,Area_CanDoX_EvenIfYIsTheCase,Area_WhenIDoX_AndYHappens_ThisIsTheResult.During merge:
NEW: ___.FIX: ___.DOCS: ___.CHANGE: ___.RELEASE: 1.1.0-preview.3.After merge: