mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Bug Fix - #299 Can't use multiple project.hasnt:foo
- Fixed bug that prevented a filter from containing multiple references to the same attribute (thanks for John Florian). - Added unit tests to verify.
This commit is contained in:
parent
cc82823c47
commit
48bf9d9f85
4 changed files with 150 additions and 60 deletions
|
@ -70,7 +70,8 @@ public:
|
|||
private:
|
||||
void loadCorrectConfigFile ();
|
||||
void loadAliases ();
|
||||
void autoFilter (Task&, Filter&);
|
||||
void autoFilter (Att&, Filter&);
|
||||
void autoFilter (Filter&);
|
||||
|
||||
public:
|
||||
Config config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue