Bug Fix - #289
- Fixed bug #289 which imported task from todo.sh without valid uuids (thanks to Ben Jackson).
This commit is contained in:
@@ -790,6 +790,8 @@ static std::string importTodoSh_2_0 (const std::vector <std::string>& lines)
|
||||
context.parse ();
|
||||
decorateTask (context.task);
|
||||
|
||||
context.task.set ("uuid", uuid ());
|
||||
|
||||
if (isPending)
|
||||
{
|
||||
context.task.setStatus (Task::pending);
|
||||
|
||||
Reference in New Issue
Block a user