-
Notifications
You must be signed in to change notification settings - Fork 127
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
[GH-819]:Create issue modal crashes when assignee is selected before switching projects #879
Conversation
…nee is selected before switching projects) (#8) * iterim pr for qa * updated changes that fixes crash * this is a hotfix that fixes the crash * fixes line issue * updated logic to reset fields * spacing * updated types for datatypes * fixed linting * fixed linting issues * [MI-2228]:Fixed jira issue 819 * [MI-2228]:Fixed review fixes Co-authored-by: raju <raju.s@demansol.com> Co-authored-by: sibasankarnayak <sibasankar@demansoltech.com>
Hello @Kshitij-Katiyar, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
Codecov ReportBase: 31.27% // Head: 31.27% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #879 +/- ##
=======================================
Coverage 31.27% 31.27%
=======================================
Files 49 49
Lines 6017 6017
=======================================
Hits 1882 1882
Misses 3946 3946
Partials 189 189 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
LGTM! Thank you!
webapp/src/components/modals/create_issue/create_issue_form.tsx
Outdated
Show resolved
Hide resolved
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@DHaussermann Gentle reminder to review the PR |
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.
Tested and passed
- The issue is resolved
- Exploratory testing around create modal found no regressions or other issues
- The case was not applicable to swapping instances as projects are loaded in when new instance is selected
LGTM!
Summary
Issue