mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Config
- The 'next' report was not sㄡrted by urgency, which is wrong (thanks to Adam Coddington).
This commit is contained in:
parent
138360b7bc
commit
5e8426f0cc
2 changed files with 2 additions and 1 deletions
|
@ -358,6 +358,7 @@ void Hooks::onModify (const Task& before, Task& after)
|
|||
throw 0; // This is how hooks silently terminate processing.
|
||||
}
|
||||
}
|
||||
|
||||
after = Task (input[1]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue