mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
helper: Added Rules to createTimelineFromData
This commit is contained in:
parent
500fa9784a
commit
9c91cb599b
6 changed files with 26 additions and 20 deletions
|
@ -53,7 +53,7 @@ int CmdReportDay (
|
|||
filter.range = Range (Datetime ("today"), Datetime ("tomorrow"));
|
||||
|
||||
// Load the data.
|
||||
auto timeline = createTimelineFromData (database, filter);
|
||||
auto timeline = createTimelineFromData (rules, database, filter);
|
||||
auto tracked = timeline.tracked (rules);
|
||||
auto excluded = timeline.excluded (rules);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue