-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Unable to set labels on issues #6191
Comments
Cannot reproduce on your link! macOS chrome |
Hmm, looks to affect Firefox only, testing further. |
Isn't Javascript just so much fun? |
Issue found, it is a race condition between |
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Feb 26, 2019
Ah, shoot. Thanks for the catch! |
zeripath
pushed a commit
that referenced
this issue
Feb 28, 2019
Fix #6191 * fix issue update race condition * fix similar race same race when clearing assignee * always load promise polyfill * replace es6-promise with promise-polyfill * move promise-polyfill to <head>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reproduced on https://try.gitea.io/silverwind/symlink-test/issues/1, but should affect any issue.
Maybe related to #5980 @jolheiser.
The text was updated successfully, but these errors were encountered: