-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Remove duplicate logic in initListSubmits #12660
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
Conversation
Using the same logic to handle Choosing reviewers and assignees as choosing label. It's the first step of go-gitea#10926. Signed-off-by: a1012112796 <1012112796@qq.com>
Codecov Report
@@ Coverage Diff @@
## master #12660 +/- ##
==========================================
- Coverage 43.32% 43.31% -0.01%
==========================================
Files 646 646
Lines 71592 71593 +1
==========================================
- Hits 31015 31009 -6
- Misses 35565 35570 +5
- Partials 5012 5014 +2
Continue to review full report at Codecov.
|
could it potentialf fix #12643 ? |
Not fixed. And I think this logic is necessary, Because if user choose one item then quickly dischoose it, nothing should be done, which is same with GH. Maybe we should do something to check close page... |
This comment has been minimized.
This comment has been minimized.
asign asignees and re-review-request do not work anymore |
Hello, I‘m sorry, but I haven't faced the bug which you reported. So I don't know why either. Can you tell me which type of browser you are using? or give me some screenshoots. Thanks. |
@6543 Maaybe because of |
now it works |
Suggest backport :) |
@a1012112796 since its a refactor and no bugfix, why should we backport? |
|
well then I only would pick out the bugfix for backport ... |
Using the same logic to handle Choosing reviewers and assignees as choosing label. It's the first step of #10926.