mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Dates
- Named dates now store the raw form as the source, to assist parsing.
This commit is contained in:
parent
c5bde168c4
commit
91670e9cb5
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ bool namedDates (const std::string& name, Variant& value)
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
value.source (name);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue