forgejo/models/issues
Lunny Xiao 184a7d4195
Check if project has the same repository id with issue when assign project to issue (#20133)
* Check if project has the same repository id with issue when assign project to issue

* Check if issue's repository id match project's repository id

* Add more permission checking

* Remove invalid argument

* Fix errors

* Add generic check

* Remove duplicated check

* Return error + add check for new issues

* Apply suggestions from code review

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>

Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: 6543 <6543@obermui.de>
2022-06-30 23:55:08 +08:00
..
assignees.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
assignees_test.go
comment.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
comment_list.go
comment_test.go
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
issue_index.go
issue_list.go
issue_list_test.go
issue_lock.go
issue_project.go Check if project has the same repository id with issue when assign project to issue (#20133) 2022-06-30 23:55:08 +08:00
issue_test.go
issue_user.go
issue_user_test.go
issue_watch.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
issue_watch_test.go
issue_xref.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
issue_xref_test.go
label.go
label_test.go
main_test.go
milestone.go Check if project has the same repository id with issue when assign project to issue (#20133) 2022-06-30 23:55:08 +08:00
milestone_test.go
pull.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
pull_list.go
pull_test.go
reaction.go
reaction_test.go
review.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
review_test.go
stopwatch.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
stopwatch_test.go
tracked_time.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
tracked_time_test.go