mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Task
- ::modify was not casting strings to dates for date types.
This commit is contained in:
parent
1cd09bc87b
commit
cd837a006c
2 changed files with 4 additions and 7 deletions
|
@ -2038,6 +2038,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
}
|
||||
else
|
||||
{
|
||||
v.cast (Variant::type_date);
|
||||
context.debug (label + name + " <-- " + format ("{1}", v.get_date ()) + " <-- " + (std::string) v + " <-- " + value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue