-
Notifications
You must be signed in to change notification settings - Fork 635
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
DYN-6519: clear keywords on reset #14696
Conversation
- now correctly clears the keyword pills on reset
using System.Runtime.InteropServices; | ||
using System.Text.RegularExpressions; | ||
using System.Windows; | ||
using System.Windows.Forms; |
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.
Did your settings for the sorting got reverted again?
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.
Did they? I asked @reddyashish, I wasn't sure if the system ones should be on top or not. I did update Visual Studio recently, perhaps it reset the extension settings. I will re-update and push again, for all affected PRs.
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.
Merge the upstream master branch here to fix the serialization tests. |
Thanks @reddyashish @dnenov since the helix tests I dont think they have anything to do with this PR. Merging |
Purpose
Addresses this jira issue: DYN-6519
Note
At the moment, the keyword
tags
(bubbles, pills) are just decorative and are not taken into account when submitting the publish package form. The actual keyword values are still taken from the textbox input. Swapping with the current functionality requires a bit more work and cannot be done for 3.0 release.Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@reddyashish
FYIs
@avidit