0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-20 21:18:30 +02:00

Improve adjust A to B project bug

This commit is contained in:
Tyrone Yeh 2025-05-09 08:45:37 +08:00
parent cce417c3a4
commit e912b7e3db
No known key found for this signature in database
GPG Key ID: AC8B5AA00375E170

View File

@ -117,6 +117,9 @@ func IssueAssignOrRemoveProject(ctx context.Context, issue *Issue, doer *user_mo
return err
}
}
}
if len(newProjectIDs) == 0 {
return nil
}