mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
UDA
- Only 'recur' durations are stored in raw form. All others resolve to seconds. Thanks to Uli Martens.
This commit is contained in:
parent
550031f5d8
commit
da9bd8faa9
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ void Command::modify_task (
|
|||
|
||||
// Deliberately storing the 'raw' value, which is necessary for
|
||||
// durations like 'weekday'..
|
||||
task.set (name, value);
|
||||
task.set (name, name == "recur" ? value : result);
|
||||
}
|
||||
|
||||
// Need handling for numeric types, used by UDAs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue