[PR #6561] [MERGED] Fix transactions table payee schedule icon not showing if linked schedule has a different account configured #20966

Closed
opened 2026-04-14 21:50:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6561
Author: @joel-jeremy
Created: 1/5/2026
Status: Merged
Merged: 1/13/2026
Merged by: @matt-fidd

Base: masterHead: fix-transactions-table-payee-schedule-icon


📝 Commits (3)

  • dbab844 Fix transactions table payee schedule icon not showing if linked schedule has a different account configured
  • 8e1694b [autofix.ci] apply automated fixes
  • c55817a Move SchedulesProvider higher in component tree

📊 Changes

2 files changed (+50 additions, -36 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.tsx (+44 -36)
upcoming-release-notes/6561.md (+6 -0)

📄 Description

Steps to reproduce bug:

  1. Go to an account transactions page
  2. Link a transaction to a schedule that has a different account configured

The transaction is correctly linked but the schedule icon will not show up

Fixes https://github.com/actualbudget/actual/issues/6424


🔄 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/6561 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/5/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix-transactions-table-payee-schedule-icon` --- ### 📝 Commits (3) - [`dbab844`](https://github.com/actualbudget/actual/commit/dbab844733248b8a18a2ceacaf19c59a0ecc9bad) Fix transactions table payee schedule icon not showing if linked schedule has a different account configured - [`8e1694b`](https://github.com/actualbudget/actual/commit/8e1694bf78a77ecd54497d4712a1aa7c6265823a) [autofix.ci] apply automated fixes - [`c55817a`](https://github.com/actualbudget/actual/commit/c55817ae0d21fc5dc6f3d30e633a6d5ce6814667) Move SchedulesProvider higher in component tree ### 📊 Changes **2 files changed** (+50 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.tsx` (+44 -36) ➕ `upcoming-release-notes/6561.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Steps to reproduce bug: 1. Go to an account transactions page 2. Link a transaction to a schedule that has a different account configured The transaction is correctly linked but the schedule icon will not show up Fixes https://github.com/actualbudget/actual/issues/6424 --- <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-14 21:50: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#20966