[GH-ISSUE #6606] [Bug]: Completed schedules now show all the time if you view them once #100209

Closed
opened 2026-05-29 18:54:46 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @youngcw on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/6606

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

It used to be that completed schedules would only show if you clicked the button to have them show, and then they would be hidden again the next time you opened the scheudles page. Now completed schedules show all the time if you view them once.

How can we reproduce the issue?

Mark a schedule as complete.
Click the button to view completed schedules.
Navigate away and back to the schedules page.
See that completed schedules are shown and there is no option to hide them.

Where are you hosting Actual?

None

What browsers are you seeing the problem on?

No response

Operating System

None

Originally created by @youngcw on GitHub (Jan 8, 2026). Original GitHub issue: https://github.com/actualbudget/actual/issues/6606 ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? It used to be that completed schedules would only show if you clicked the button to have them show, and then they would be hidden again the next time you opened the scheudles page. Now completed schedules show all the time if you view them once. ### How can we reproduce the issue? Mark a schedule as complete. Click the button to view completed schedules. Navigate away and back to the schedules page. See that completed schedules are shown and there is no option to hide them. ### Where are you hosting Actual? None ### What browsers are you seeing the problem on? _No response_ ### Operating System None
GiteaMirror added the buggood first issueregression labels 2026-05-29 18:54:50 -05:00
Author
Owner

@MaxwellJP commented on GitHub (Jan 13, 2026):

Also seeing this issue, glad it's already marked!

<!-- gh-comment-id:3745428185 --> @MaxwellJP commented on GitHub (Jan 13, 2026): Also seeing this issue, glad it's already marked!
Author
Owner

@matt-fidd commented on GitHub (Jan 13, 2026):

https://github.com/actualbudget/actual/pull/6158/changes#diff-ee3b083861a5c5ecd5817872b0e3ff68846ae0a6b58d5555ec1edc5fc17ffc7aL328

Looks like it was introduced here, the setting is persisted in local storage now. Reverting that line should do the trick, it looks to be mainly for the mobile implementation to remember.

<!-- gh-comment-id:3746728303 --> @matt-fidd commented on GitHub (Jan 13, 2026): https://github.com/actualbudget/actual/pull/6158/changes#diff-ee3b083861a5c5ecd5817872b0e3ff68846ae0a6b58d5555ec1edc5fc17ffc7aL328 Looks like it was introduced here, the setting is persisted in local storage now. Reverting that line should do the trick, it looks to be mainly for the mobile implementation to remember.
Author
Owner

@matt-fidd commented on GitHub (Jan 13, 2026):

Leaving here because it's a good first issue, but if it's not picked up before the merge freeze I'll get a patch up.

<!-- gh-comment-id:3746739471 --> @matt-fidd commented on GitHub (Jan 13, 2026): Leaving here because it's a good first issue, but if it's not picked up before the merge freeze I'll get a patch up.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#100209