8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Timestamp db field "updated_unix" doesn’t updates on issue editing.
Gogs version and commit
Gogs version 0.11.91
2fe4d07
Git version
$ git version 2.24.3
Operating system
Debian GNU/Linux 7 or macOS 10.15.5
Database
MySQL 8.0.20
To Reproduce Steps to reproduce the behavior:
Can you reproduce the bug at https://try.gogs.io? Yes, the API returns JSON where created_at and updated_at are equal after issue changed:
[{ "id": 5809, "number": 1, "user": { ... }, "title": "Test task edited", "body": "", "labels": [], "milestone": null, "assignee": null, "state": "open", "comments": 0, "created_at": "2020-06-20T16:56:41Z", "updated_at": "2020-06-20T16:56:41Z", "pull_request": null }]
Expected behavior "updated_at" field changes after issue title update.
Actual behavior Timestamp doesn’t updates on issue editing.
The text was updated successfully, but these errors were encountered:
Kosadchiy
No branches or pull requests
Timestamp db field "updated_unix" doesn’t updates on issue editing.
Gogs version and commit
2fe4d07
Git version
Operating system
Database
To Reproduce
Steps to reproduce the behavior:
Can you reproduce the bug at https://try.gogs.io?
Yes, the API returns JSON where created_at and updated_at are equal after issue changed:
Expected behavior
"updated_at" field changes after issue title update.
Actual behavior
Timestamp doesn’t updates on issue editing.
The text was updated successfully, but these errors were encountered: