mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Bug Fix - custom report filters
- Added support for using parent in a filter. - Fixed bug that ignored custom report filters. - Made Context::parse and Context::autoFilter reentrant.
This commit is contained in:
parent
4d43b77441
commit
b932d9b9b7
4 changed files with 67 additions and 28 deletions
|
@ -58,10 +58,11 @@ public:
|
|||
void clearMessages ();
|
||||
|
||||
void parse ();
|
||||
void parse (std::vector <std::string>&, Cmd&, Task&, Sequence&, Subst&, Filter&);
|
||||
|
||||
private:
|
||||
void loadCorrectConfigFile ();
|
||||
void autoFilter ();
|
||||
void autoFilter (Task&, Filter&);
|
||||
|
||||
public:
|
||||
Config config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue