mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
DOM
- Fixed DOM bug that was performing the lookup '1.due' by locating task 1, then attempting a get of the '1.due' attribute, instead of just 'due'.
This commit is contained in:
parent
330cc0218b
commit
bc12ac1ee6
2 changed files with 8 additions and 25 deletions
|
@ -159,7 +159,7 @@ void E9::eval (const Task& task, std::vector <Arg>& value_stack)
|
|||
value_stack.push_back (result);
|
||||
}
|
||||
|
||||
// Operand.
|
||||
// Operand (non-op).
|
||||
else
|
||||
{
|
||||
// Derive _value from _raw, and push on the stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue