Keep specified task status when not completed

Fixes #3499
This commit is contained in:
Francis Lachapelle 2016-03-04 10:24:12 -05:00
parent f19b213c02
commit b808067cf7

View file

@ -199,8 +199,6 @@
if ([o isEqualToString: @"COMPLETED"] && completedDate)
// As specified in RFC5545, the COMPLETED property must use UTC time
[self setCompleted: completedDate];
else
[self setCompleted: nil];
}
// Percent complete