mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-10 10:44:06 +09:00
Remove unnecessary updates to issue indexer (#3212)
This commit is contained in:
@ -282,7 +282,7 @@ func changeMilestoneAssign(e *xorm.Session, doer *User, issue *Issue, oldMilesto
|
||||
}
|
||||
}
|
||||
|
||||
return updateIssue(e, issue)
|
||||
return updateIssueCols(e, issue, "milestone_id")
|
||||
}
|
||||
|
||||
// ChangeMilestoneAssign changes assignment of milestone for issue.
|
||||
|
Reference in New Issue
Block a user