1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 01:45:22 +02:00

feat: "assign to me" button on PRs and issues

includes:
Tests for assignees on issues
Move assignees selector of new Issue to assignees.tmpl
This commit is contained in:
TimedIn 2024-10-08 10:39:52 +02:00 committed by Otto Richter
parent b5b9cc1c38
commit 2feb3d03d7
8 changed files with 172 additions and 68 deletions

View file

@ -317,7 +317,7 @@ type WebhookForm struct {
type CreateIssueForm struct {
Title string `binding:"Required;MaxSize(255)"`
LabelIDs string `form:"label_ids"`
AssigneeIDs string `form:"assignee_ids"`
AssigneeIDs string `form:"assignee_id"`
Ref string `form:"ref"`
MilestoneID int64
ProjectID int64