-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[API] Load issue attributes when editing an issue #6723
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
[API] Load issue attributes when editing an issue #6723
Conversation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Nice catch... We really need more tests for the api handlers |
@jolheiser thanks for PR :) I'll be merging this once build is complete, could you create a backport PR once I merge this one? |
@techknowlogick Sure thing! 😄 |
Codecov Report
@@ Coverage Diff @@
## master #6723 +/- ##
==========================================
+ Coverage 40.72% 40.73% +0.01%
==========================================
Files 421 421
Lines 57867 57872 +5
==========================================
+ Hits 23567 23575 +8
+ Misses 31171 31167 -4
- Partials 3129 3130 +1
Continue to review full report at Codecov.
|
Please create backport to 1.8 branch |
Fixes #6721
Previously assignees on the issue were nil since they weren't loaded, which messed up any ranging that happened when comparing.