kubauk / fava-review

A Fava extension to help review transactions over a series of periods.
MIT License
10 stars 1 forks source link

Table does not filter out data according to period filter #12

Closed kubauk closed 1 year ago

kubauk commented 1 year ago

Turns out the issue was introduced by a breaking change in fava in commit https://github.com/beancount/fava/commit/6f4bcd5db8603a8baa4cdd190f22d62b0520db46. The change means that Extensions now need to use g.filtered instead of the instance in FavaLedger.

kubauk commented 1 year ago

This is closed with release v1.0