[PR #3278] [MERGED] Filter fix when alternating all <-> any #4768

Closed
opened 2026-02-28 21:00:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3278
Author: @lelemm
Created: 8/17/2024
Status: Merged
Merged: 8/24/2024
Merged by: @MatissJanis

Base: masterHead: filter_fix


📝 Commits (10+)

  • 58f4e60 Filter fix when alternating all <-> any
  • 01fc6b5 Merge branch 'master' into filter_fix
  • 237ad0a release notes + linter
  • 69db101 Merge branch 'filter_fix' of https://github.com/lelemm/actual into filter_fix
  • 2a5037e retrigger actions
  • 6e882d4 fixed for new rules modal
  • 0deced3 fixed for field selection. the same component is used for ops and select fields. that's the issue here
  • 9ed19d4 linter
  • 8fa7fa1 Update packages/desktop-client/src/components/modals/EditRule.jsx
  • 05f122e Merge branch 'master' into filter_fix

📊 Changes

4 files changed (+17 additions, -7 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+2 -2)
📝 packages/desktop-client/src/components/filters/FiltersStack.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+8 -4)
upcoming-release-notes/3278.md (+6 -0)

📄 Description

fixes #3193


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3278 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 8/17/2024 **Status:** ✅ Merged **Merged:** 8/24/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `filter_fix` --- ### 📝 Commits (10+) - [`58f4e60`](https://github.com/actualbudget/actual/commit/58f4e60f406600f315dee26eba41c1441d63bfa2) Filter fix when alternating all <-> any - [`01fc6b5`](https://github.com/actualbudget/actual/commit/01fc6b5e97a6becded8b6b23f7fd7cd83d88206a) Merge branch 'master' into filter_fix - [`237ad0a`](https://github.com/actualbudget/actual/commit/237ad0a250ec2dd3ddb4c00ca65a57c4438d720c) release notes + linter - [`69db101`](https://github.com/actualbudget/actual/commit/69db101c95c8674796c64678f4a5a92a0a43f44a) Merge branch 'filter_fix' of https://github.com/lelemm/actual into filter_fix - [`2a5037e`](https://github.com/actualbudget/actual/commit/2a5037e999aad7c2034db0bf6e9bab296de39617) retrigger actions - [`6e882d4`](https://github.com/actualbudget/actual/commit/6e882d4a7fe65f9a7f53af8708a6262068b7565c) fixed for new rules modal - [`0deced3`](https://github.com/actualbudget/actual/commit/0deced3f0808067b4ce7e2d27fb43d6552717778) fixed for field selection. the same component is used for ops and select fields. that's the issue here - [`9ed19d4`](https://github.com/actualbudget/actual/commit/9ed19d412f6800c80de261e046eb6dffdcd3fa89) linter - [`8fa7fa1`](https://github.com/actualbudget/actual/commit/8fa7fa18995f6ac85c39d3061b6194510fd76bde) Update packages/desktop-client/src/components/modals/EditRule.jsx - [`05f122e`](https://github.com/actualbudget/actual/commit/05f122e8ccacfdf3e372f42b7de117c87476df9c) Merge branch 'master' into filter_fix ### 📊 Changes **4 files changed** (+17 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/filters/FiltersStack.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+8 -4) ➕ `upcoming-release-notes/3278.md` (+6 -0) </details> ### 📄 Description fixes #3193 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:00:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4768