1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-08 19:47:21 +00:00

Remove unnecessary updates to issue indexer (#3212)

This commit is contained in:
Ethan Koenig
2017-12-17 03:53:02 -08:00
committed by Lauris BH
parent eb2b4df0ed
commit 6abfa48c0e
3 changed files with 22 additions and 2 deletions

View File

@ -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.