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:
parent
cce417c3a4
commit
e912b7e3db
@ -117,6 +117,9 @@ func IssueAssignOrRemoveProject(ctx context.Context, issue *Issue, doer *user_mo
|
||||
return err
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if len(newProjectIDs) == 0 {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user