mirror of
https://github.com/actualbudget/actual.git
synced 2026-06-10 07:36:46 -05:00
Usability: When accounts transactions are filtered, Select All should only select split transactions that match filter #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdoherty on GitHub (Nov 15, 2021).
Clicking on the Select All when filtering account transactions, currently Splits that don't match the filter are selected (as well as Splits that match the filter). I came across this issue when trying to total all transactions that matched a specific category.

Clicking select all shows selected balance -10.00.

Expected result when clicking Select All. Selected balance should be -3.00.

@jlongster commented on GitHub (Nov 15, 2021):
Sorry about the noise! Still polishing my integration :)
@bdoherty commented on GitHub (Nov 16, 2021):
😉
@ColGra commented on GitHub (Nov 16, 2021):
I agree the filtering should not include "split" items not relevant to the filter.