[PR #6046] [MERGED] fix: do not clear notes field on action.op change #32215

Closed
opened 2026-04-18 08:17:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6046
Author: @ishanjain28
Created: 11/1/2025
Status: Merged
Merged: 11/12/2025
Merged by: @youngcw

Base: masterHead: filter_fix


📝 Commits (4)

  • 065ed1b fix: do not clear notes field on action.op change
  • 1ab7746 [autofix.ci] apply automated fixes
  • eebbcc1 Update upcoming-release-notes/6046.md
  • bfbf3fa Merge branch 'master' into filter_fix

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/filters/updateFilterReducer.ts (+1 -0)
upcoming-release-notes/6046.md (+6 -0)

📄 Description

Currently, the filter menu clears the field when you are working with notes as input and change the filter action (contains, matches, does not contain etc)

This results in a poor experience because the user has to type the same thing again after changing the action!

This PR fixes the problem by skipping reset of the input field when the user is working with the notes field.


🔄 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/6046 **Author:** [@ishanjain28](https://github.com/ishanjain28) **Created:** 11/1/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `filter_fix` --- ### 📝 Commits (4) - [`065ed1b`](https://github.com/actualbudget/actual/commit/065ed1b31646d15dd2ed5e4feaf80af6c88ecf75) fix: do not clear notes field on action.op change - [`1ab7746`](https://github.com/actualbudget/actual/commit/1ab7746be46beb120fed84480f9799a30d2cc754) [autofix.ci] apply automated fixes - [`eebbcc1`](https://github.com/actualbudget/actual/commit/eebbcc1b1ce00271cad68e20c6d60a8a75e0ab15) Update upcoming-release-notes/6046.md - [`bfbf3fa`](https://github.com/actualbudget/actual/commit/bfbf3fa4c400ddc79a1041d60a7a90f350f0bd0c) Merge branch 'master' into filter_fix ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/filters/updateFilterReducer.ts` (+1 -0) ➕ `upcoming-release-notes/6046.md` (+6 -0) </details> ### 📄 Description Currently, the filter menu clears the field when you are working with `notes` as input and change the filter action (contains, matches, does not contain etc) This results in a poor experience because the user has to type the same thing again after changing the action! This PR fixes the problem by skipping reset of the input field when the user is working with the `notes` field. --- <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-04-18 08:17:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#32215