You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/issue
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)
19 hours ago
..
assignee.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 1 month ago
assignee_test.go Remove deadcode under models/issues (#28536) 5 months ago
comments.go Prevent simultaneous editing of comments and issues (#31053) 19 hours ago
commit.go Enable more `revive` linter rules (#30608) 1 month ago
commit_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 9 months ago
content.go Prevent simultaneous editing of comments and issues (#31053) 19 hours ago
issue.go Fix various problems around projects board view (#30696) 3 weeks ago
issue_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
label.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
label_test.go Next round of `db.DefaultContext` refactor (#27089) 8 months ago
main_test.go make writing main test easier (#27270) 8 months ago
milestone.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
milestone_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
pull.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 1 month ago
reaction.go Add user blocking (#29028) 3 months ago
reaction_test.go Add user blocking (#29028) 3 months ago
status.go Move notification interface to services layer (#26915) 9 months ago
template.go Refactor issue template parsing and fix API endpoint (#29069) 4 months ago