mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Bug #1023
- Fixed bug #1023, which applied default.project and default.priority during modification (thanks to Christoph Lange). - Added unit tests. - Added Christoph to the AUTHORS file.
This commit is contained in:
parent
d16f434899
commit
b0b8bfe1d2
6 changed files with 80 additions and 6 deletions
|
@ -102,7 +102,7 @@ public:
|
|||
|
||||
void substitute (const std::string&, const std::string&, bool);
|
||||
|
||||
void validate ();
|
||||
void validate (bool applyDefault = true);
|
||||
|
||||
float urgency_c () const;
|
||||
float urgency ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue