mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Bug - #423
- The report.foo.filter line in a report definition accepts attributes as filters, but not rc overrides. - Added unit tests.
This commit is contained in:
parent
254b418708
commit
b29f9969e5
6 changed files with 141 additions and 116 deletions
|
@ -68,6 +68,7 @@ public:
|
|||
|
||||
std::string canonicalize (const std::string&) const;
|
||||
void disallowModification () const;
|
||||
void applyOverrides (const std::vector <std::string>&, std::vector <std::string>&);
|
||||
|
||||
private:
|
||||
void loadCorrectConfigFile ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue