-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 JS error when creating new issue #31383
Conversation
* giteaofficial/main: Fix JS error when creating new issue (go-gitea#31383) [skip ci] Updated translations via Crowdin Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (go-gitea#31359) rm const do inline (go-gitea#31360) Allow downloading attachments of draft releases (go-gitea#31369) Fix duplicate sub-path for avatars (go-gitea#31365) [skip ci] Updated translations via Crowdin Add tag protection via rest api go-gitea#17862 (go-gitea#31295)
Thanks, I'm surprised this even worked unquoted before. |
It is not related to the quotes. The problem is incorrect getAttrbitute call. That's why I do not think TS would really help. I just added the quotes by the way to make it read better. |
Yeah, the missing |
Fix #31336, regression of #30506