mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1447
- TW-1447 Not possible to filter on a UDA of type String (thanks to atomicules).
This commit is contained in:
parent
143fb60d15
commit
8795b0a692
4 changed files with 35 additions and 3 deletions
|
@ -56,8 +56,8 @@ int CmdCalc::execute (std::string& output)
|
|||
|
||||
// Create an evaluator with DOM access.
|
||||
Eval e;
|
||||
e.addSource (namedDates);
|
||||
e.addSource (domSource);
|
||||
e.addSource (namedDates);
|
||||
e.ambiguity (false); // TODO Configurable?
|
||||
e.debug (context.config.getBoolean ("debug"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue