Config
- The 'next' report was not sㄡrted by urgency, which is wrong (thanks to Adam Coddington).
This commit is contained in:
@@ -433,7 +433,7 @@ std::string Config::_defaults =
|
|||||||
"report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg\n"
|
"report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg\n"
|
||||||
"report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,urgency\n"
|
"report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,urgency\n"
|
||||||
"report.next.filter=status:pending limit:page\n"
|
"report.next.filter=status:pending limit:page\n"
|
||||||
"report.next.sort=start-,urgency-\n"
|
"report.next.sort=urgency-\n"
|
||||||
"\n"
|
"\n"
|
||||||
"report.ready.description=Most urgent actionable tasks\n"
|
"report.ready.description=Most urgent actionable tasks\n"
|
||||||
"report.ready.labels=ID,Active,Age,D,P,Project,Tags,R,S,Due,Until,Description,Urg\n"
|
"report.ready.labels=ID,Active,Age,D,P,Project,Tags,R,S,Due,Until,Description,Urg\n"
|
||||||
|
|||||||
@@ -358,6 +358,7 @@ void Hooks::onModify (const Task& before, Task& after)
|
|||||||
throw 0; // This is how hooks silently terminate processing.
|
throw 0; // This is how hooks silently terminate processing.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
after = Task (input[1]);
|
after = Task (input[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user