mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug Fix - #289
- Fixed bug #289 which imported task from todo.sh without valid uuids (thanks to Ben Jackson).
This commit is contained in:
parent
05f67db429
commit
d2aa0f31b0
1 changed files with 2 additions and 0 deletions
|
@ -790,6 +790,8 @@ static std::string importTodoSh_2_0 (const std::vector <std::string>& lines)
|
||||||
context.parse ();
|
context.parse ();
|
||||||
decorateTask (context.task);
|
decorateTask (context.task);
|
||||||
|
|
||||||
|
context.task.set ("uuid", uuid ());
|
||||||
|
|
||||||
if (isPending)
|
if (isPending)
|
||||||
{
|
{
|
||||||
context.task.setStatus (Task::pending);
|
context.task.setStatus (Task::pending);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue