mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 09:50:18 -05:00
exclude transfers from calendar summary card (#6367)
* Add conditions for transfer field in dashboard for Calendar card Adding default filter for calendar dashboard card to remove transfers * Add release notes for calendar summary card bugfix
This commit is contained in:
@@ -215,6 +215,14 @@ export const DEFAULT_DASHBOARD_STATE: NewWidget[] = [
|
||||
end: '2024-03-31',
|
||||
mode: 'sliding-window',
|
||||
},
|
||||
conditions: [
|
||||
{
|
||||
field: 'transfer',
|
||||
op: 'is',
|
||||
value: false,
|
||||
},
|
||||
],
|
||||
conditionsOp: 'and',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
6
upcoming-release-notes/6367.md
Normal file
6
upcoming-release-notes/6367.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [TildenWinston]
|
||||
---
|
||||
|
||||
Exclude transfers from calendar summary card in the default dashboard
|
||||
Reference in New Issue
Block a user