Forgejo/tests/integration/fixtures/TestGetContentHistory/issue_content_history.yml
Gusted ab1ccc55dc
[GITEA] Fix panic in canSoftDeleteContentHistory
- Backport of #2134
- It's possible that `canSoftDeleteContentHistory` is called without
`ctx.Doer` being set, such as an anonymous user requesting the
`/content-history/detail` endpoint.
- Add a simple condition to always set to `canSoftDelete` to false if an
anonymous user is requesting this, this avoids a panic in the code that
assumes `ctx.Doer` is set.
- Added integration testing.

(cherry picked from commit 0b5db0dcc6)
2024-01-13 22:05:35 +01:00

18 lines
324 B
YAML

-
id: 1
issue_id: 1
comment_id: 3
edited_unix: 1687612839
content_text: Original Text
is_first_created: true
is_deleted: false
-
id: 2
issue_id: 1
comment_id: 3
edited_unix: 1687612840
content_text: "meh..." # This has to be consistent with comment.yml
is_first_created: false
is_deleted: false