Bug #959
- Instead of checking if a date in its epoch representation has changed, 'task edit' checks if a date has changed in its 'dateformat' representation. - The check has not been extended to the annotations for a technical reason (bug #705). Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
ba48cc35d8
commit
8b18ee6f50
@@ -41,7 +41,6 @@ public:
|
||||
|
||||
private:
|
||||
std::string findValue (const std::string&, const std::string&);
|
||||
std::string findDate (const std::string&, const std::string&);
|
||||
std::string formatDate (Task&, const std::string&);
|
||||
std::string formatTask (Task);
|
||||
void parseTask (Task&, const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user