-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix some bug about Request review #11040
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
fix some bug about Request review #11040
Conversation
* fix ``CreateComment`` wrong using ,it will not work when use Sqlite * fix wrong js click event code , it will send wrong data when it has many choices Signed-off-by: a1012112796 <[email protected]>
Co-Authored-By: Lauris BH <[email protected]>
@a1012112796 |
for GetReviewerByIssueIDAndUserID: rename it to getReviewerByIssueIDAndUserID and create a second function caled GetReviewerByIssueIDAndUserID witch use getReviewerByIssueIDAndUserID similar to what you can find here: Lines 768 to 773 in bc362ea
|
then use getReviewerByIssueIDAndUserID in RemoveRewiewRequest - thanks! |
fix wrong conditions check in initIssueComments after go-gitea#10972
@6543 done your suggestion, please review . Thanks |
Codecov Report
@@ Coverage Diff @@
## master #11040 +/- ##
==========================================
+ Coverage 43.47% 43.49% +0.02%
==========================================
Files 597 597
Lines 84704 84706 +2
==========================================
+ Hits 36821 36841 +20
+ Misses 43341 43327 -14
+ Partials 4542 4538 -4
Continue to review full report at Codecov.
|
@a1012112796 thanks, it was exactly what I ment :) |
…-gitea#11040) * fix some bug about Request review * fix ``CreateComment`` wrong using ,it will not work when use Sqlite * fix wrong js click event code , it will send wrong data when it has many choices Signed-off-by: a1012112796 <[email protected]> * Apply suggestions from code review Co-Authored-By: Lauris BH <[email protected]> * add getReviewerByIssueIDAndUserID fix wrong conditions check in initIssueComments after go-gitea#10972 * call CI again Co-authored-by: Lauris BH <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: guillep2k <[email protected]>
CreateComment
wrong using ,it will not work when use Sqlite