mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
data: getTracked now obeys filters
This commit is contained in:
parent
42074afc8f
commit
59dd340c3f
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ std::vector <Interval> getTracked (
|
|||
const Rules& rules,
|
||||
Interval& filter)
|
||||
{
|
||||
auto inclusions = getAllInclusions (database);
|
||||
auto inclusions = subset (filter, getAllInclusions (database));
|
||||
|
||||
// Exclusions are only usable within a range, so if no filter range exists,
|
||||
// determine the outermost range of the inclusions, ie:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue