Don't force due date to current time (#3830) (#4057)

release/v1.4
Morgan Bazalgette 6 years ago committed by Lauris BH
parent 804148294a
commit dec663cc0a

@ -31,11 +31,6 @@ type Milestone struct {
ClosedDateUnix util.TimeStamp
}
// BeforeInsert is invoked from XORM before inserting an object of this type.
func (m *Milestone) BeforeInsert() {
m.DeadlineUnix = util.TimeStampNow()
}
// BeforeUpdate is invoked from XORM before updating this object.
func (m *Milestone) BeforeUpdate() {
if m.NumIssues > 0 {

Loading…
Cancel
Save