mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 07:04:23 -05:00
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?
📋 Pull Request Information
Original PR: https://github.com/actualbudget/actual/pull/6382
Author: @ttlgeek
Created: 12/12/2025
Status: ❌ Closed
Base:
master← Head:fix-6325📝 Commits (10+)
07ec342fix(#6325): Disable 'oneOf', 'notOneOf' and 'hasTags' filters for filters of type Noteff5c2ae[autofix.ci] apply automated fixes4f02fbafix(): rename release note file233a145Merge branch 'master' into fix-632556dd537Merge branch 'master' into fix-6325ad464c2Merge branch 'master' into fix-6325a491bd2chore(): add commentfbd9238Merge branch 'master' into fix-6325b568b01fix(): fix 'hasTags' note filter89ff8e7chore(): update release note📊 Changes
9 files changed (+113 additions, -35 deletions)
View changed files
📝
packages/desktop-client/src/components/filters/updateFilterReducer.ts(+9 -0)➕
packages/loot-core/migrations/1766014688194_update_notes_oneof_notoneof_rules.js(+40 -0)📝
packages/loot-core/src/server/migrate/migrations.ts(+2 -0)📝
packages/loot-core/src/server/rules/condition.ts(+12 -2)📝
packages/loot-core/src/server/rules/index.test.ts(+35 -18)📝
packages/loot-core/src/server/transactions/transaction-rules.test.ts(+0 -5)📝
packages/loot-core/src/server/transactions/transaction-rules.ts(+2 -9)📝
packages/loot-core/src/shared/rules.ts(+7 -1)➕
upcoming-release-notes/6382.md(+6 -0)📄 Description
Fixes #6325
Summary by CodeRabbit
New Features
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.