mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-13 23:05:42 +00:00
Fix unit test on Test_Projects fail
This commit is contained in:
parent
ef8fa684b1
commit
f5717d045c
@ -146,6 +146,7 @@ func IssueAssignOrRemoveProject(ctx context.Context, issue *Issue, doer *user_mo
|
|||||||
pi = append(pi, &project_model.ProjectIssue{
|
pi = append(pi, &project_model.ProjectIssue{
|
||||||
IssueID: issue.ID,
|
IssueID: issue.ID,
|
||||||
ProjectID: pID,
|
ProjectID: pID,
|
||||||
|
ProjectColumnID: newColumnID,
|
||||||
Sorting: newSorting,
|
Sorting: newSorting,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user