Skip to content

Commit

Permalink
Keep specified task status when not completed
Browse files Browse the repository at this point in the history
Fixes #3499
  • Loading branch information
cgx committed Mar 4, 2016
1 parent f19b213 commit b808067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SoObjects/Appointments/iCalToDo+SOGo.m
Expand Up @@ -199,8 +199,6 @@ - (void) setAttributes: (NSDictionary *) data
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
Expand Down

0 comments on commit b808067

Please sign in to comment.