-
Notifications
You must be signed in to change notification settings - Fork 324
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
NAS-133904 / 25.10 / Editing the Network Widget saved the values to the other portion of the widget #11524
Conversation
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 was not able to confirm that it fixed the issue.
Can you explain how this change should fix the bug?
That's what I've seen:
Screen.Recording.2025-02-10.at.16.21.21.mov
@AlexKarpov98 Perhaps more details are needed. I can reproduce the bug at WebUI hosted on the server
@AlexKarpov98 The method call sequence was broken. Previously, setValue (line 69) was called before form.valueChanges (line 76) was subscribed. As a result, the form value change was not detected. |
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.
@bvasilenko I see
Could you attach a video where you test is locally, please? (I want to see how it works for you)
@AlexKarpov98 here's how it works for me: simplescreenrecorder-2025-02-13_12.52.01.1.mp4 |
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.
@bvasilenko - yeah, please update in all other places. I tested using your workaround and it works 👌 |
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.
👍
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #11524 +/- ##
===========================================
+ Coverage 60.02% 83.36% +23.33%
===========================================
Files 1655 1655
Lines 59255 59255
Branches 6409 6409
===========================================
+ Hits 35568 49397 +13829
+ Misses 23687 9858 -13829 ☔ View full report in Codecov by Sentry. |
This PR has been merged and conversations have been locked. |
Testing:
Please see the ticket for replication steps and expected result.