0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-17 02:33:08 +01:00
gitea/routers/api/v1/repo
metiftikci aa92b13164
Prevent simultaneous editing of comments and issues (#31053)
fixes #22907 

Tested:
- [x] issue content edit
- [x] issue content change tasklist
- [x] pull request content edit
- [x] pull request change tasklist

![issue-content-edit](https://github.com/go-gitea/gitea/assets/29250154/a0828889-fb96-4bc4-8600-da92e3205812)
2024-05-27 15:34:18 +00:00
..
action.go refactor: merge ListActionTasks func to action.go file (#30811) 2024-05-02 17:43:29 +00:00
avatar.go
blob.go
branch.go
collaborators.go
commits.go
compare.go
file.go
fork.go
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_attachment.go Prevent simultaneous editing of comments and issues (#31053) 2024-05-27 15:34:18 +00:00
issue_comment_attachment.go Prevent simultaneous editing of comments and issues (#31053) 2024-05-27 15:34:18 +00:00
issue_comment.go Prevent simultaneous editing of comments and issues (#31053) 2024-05-27 15:34:18 +00:00
issue_dependency.go
issue_label.go Support using label names when changing issue labels (#30943) 2024-05-13 04:28:53 +00:00
issue_pin.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
issue.go Prevent simultaneous editing of comments and issues (#31053) 2024-05-27 15:34:18 +00:00
key.go
label.go
language.go
main_test.go
migrate.go Fix "force private" logic (#31012) 2024-05-20 00:56:45 +00:00
milestone.go
mirror.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
notes.go
patch.go
pull_review.go
pull.go Prevent simultaneous editing of comments and issues (#31053) 2024-05-27 15:34:18 +00:00
release_attachment.go
release_tags.go Protected tag is no internal server error (#30962) 2024-05-14 06:48:21 +00:00
release.go Protected tag is no internal server error (#30962) 2024-05-14 06:48:21 +00:00
repo_test.go
repo.go Fix "force private" logic (#31012) 2024-05-20 00:56:45 +00:00
star.go
status.go
subscriber.go
tag.go Protected tag is no internal server error (#30962) 2024-05-14 06:48:21 +00:00
teams.go
topic.go
transfer.go
tree.go
wiki.go