mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 07:04:23 -05:00
[GH-ISSUE #4351] [Bug]: clicked update in UI and got: Uncaught (in promise) iR: Field “is_parent” does not exist in table “zero_budgets” #50973
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 @Cody-W-Tucker on GitHub (Feb 10, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/4351
Verified issue does not already exist?
What happened?
When I visit reports and view a spending analysis with a filter of category is not (nothing) "To remove transfers between accounts"
I get this error:
Uncaught (in promise) iR: Field “is_parent” does not exist in table “zero_budgets”
Expression stack:
$is_parent
{"is_parent":{"$eq":false}}
filter([
{
"$and": [
{
"month": {
"$eq": 202502
}
}
]
},
{
"$and": [
{
"$and": [
{
"category": {
"$ne": null
}
},
{
"is_parent": {
"$eq": false
}
}
]
}
]
}
])
How can we reproduce the issue?
How can we reproduce the issue?
view a spending analysis with a filter of category is not (nothing)
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome
Operating System
Linux
@Cody-W-Tucker commented on GitHub (Feb 10, 2025):
I see now there's a new filter for transfers. That works for my use case, but I'll leave the issues up for visibility on the error