[PR #4724] [MERGED] fix: persist filters in Custom Report on interval or date range change #5556

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4724
Author: @tostasmistas
Created: 4/1/2025
Status: Merged
Merged: 4/18/2025
Merged by: @matt-fidd

Base: masterHead: fix/custom-report-persist-filters


📝 Commits (1)

  • 5a96729 fix: persist filters in custom report on interval or date range change

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/reports/reports/CustomReport.tsx (+34 -7)
upcoming-release-notes/4724.md (+6 -0)

📄 Description

This PR fixes https://github.com/actualbudget/actual/issues/4444.

It ensures that modified filters are reapplied to the Custom Report when changing its interval or date range, rather than reverting to the last saved state, which could overwrite unsaved changes to the filters or their conditional operand.


  • Before

Untitled

  • After

Untitled1



🔄 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/4724 **Author:** [@tostasmistas](https://github.com/tostasmistas) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/18/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix/custom-report-persist-filters` --- ### 📝 Commits (1) - [`5a96729`](https://github.com/actualbudget/actual/commit/5a96729c1d5397e5c4ce0db635cb59b5124e1849) fix: persist filters in custom report on interval or date range change ### 📊 Changes **2 files changed** (+40 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.tsx` (+34 -7) ➕ `upcoming-release-notes/4724.md` (+6 -0) </details> ### 📄 Description This PR fixes https://github.com/actualbudget/actual/issues/4444. It ensures that modified filters are reapplied to the Custom Report when changing its interval or date range, rather than reverting to the last saved state, which could overwrite unsaved changes to the filters or their conditional operand. --- - Before ![Untitled](https://github.com/user-attachments/assets/d96c2e44-d69a-40a9-bbe6-47a22741430c) - After ![Untitled1](https://github.com/user-attachments/assets/cdb62d5f-21fd-48d9-bf9b-fc8e508fa4da) --- --- <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:14:21 -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#5556