Bug, Reorg
- Fixed bug in journal annotations that omitted \n characters for certain events, creating an unreadable journal entry. - Relocated the 'Total active time' into the journal table, made the text bold, and changed from "Xh XXm" format to Duration::format.
This commit is contained in:
@@ -506,7 +506,7 @@ std::string taskInfoDifferences (const Task& before, const Task& after)
|
||||
{
|
||||
out << "annotation added '"
|
||||
<< after.get (*name)
|
||||
<< "'";
|
||||
<< "'\n";
|
||||
}
|
||||
else
|
||||
out << *name
|
||||
@@ -542,7 +542,7 @@ std::string taskInfoDifferences (const Task& before, const Task& after)
|
||||
{
|
||||
out << "annotation '"
|
||||
<< after.get (*name)
|
||||
<< "'";
|
||||
<< "'\n";
|
||||
}
|
||||
else
|
||||
out << *name
|
||||
|
||||
Reference in New Issue
Block a user