mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Duration
- Removed legacy duration value mapping, which causes much performance degradation.
This commit is contained in:
parent
f0cc0151b7
commit
7665d13d42
6 changed files with 17 additions and 129 deletions
|
@ -580,7 +580,6 @@ void TDB2::modify (Task& task, bool add_to_backlog /* = true */)
|
|||
{
|
||||
// Ensure the task is consistent, and provide defaults if necessary.
|
||||
task.validate (false);
|
||||
task.upgradeLegacyValues ();
|
||||
std::string uuid = task.get ("uuid");
|
||||
|
||||
// Get the unmodified task as reference, so the hook can compare.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue