Keep specified task status when not completed

Fixes #3499
pull/201/head
Francis Lachapelle 2016-03-04 10:24:12 -05:00
parent f19b213c02
commit b808067cf7
1 changed files with 0 additions and 2 deletions

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