gitea: Cannot change milestone or assignee in 1.1

  • Gitea version (or commit ref): 1.1.0
  • Git version: 2.1.4
  • Operating system: Debian GNU/Linux 8
  • Database (use [x]):
    • PostgreSQL
    • MySQL (MariaDB)
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io: https://try.gitea.io seems offline. It returns 404
  • Log gist:

Description

Since update from 1.0.2 to 1.1.0, I cannot change (or assign) any milestone to any issue. It goes back to the previous state. Nevertheless it works for labels. Same problem for assignee. I don’t have anything in log file. How can I investigate ?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 33 (20 by maintainers)

Commits related to this issue

Most upvoted comments

~Well, I found the issue actually… It’s a code issue, not a plugin issue :)~

~https://github.com/go-gitea/gitea/blob/master/public/js/index.js#L207 and https://github.com/go-gitea/gitea/blob/master/public/js/index.js#L233 aren’t setting an appropriate action 🙄~

EDIT: not it 🙄