[PR #1067] [MERGED] 🐛 (budget) link from budget to transactions not working #33694

Closed
opened 2026-04-20 20:59:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1067
Author: @MatissJanis
Created: 5/28/2023
Status: Merged
Merged: 6/1/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-budge


📝 Commits (3)

  • 16b124e 🐛 (budget) link from budget to transactions not working
  • 0ad9891 Release notes
  • 5252de4 Feedback

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/budget/index.js (+3 -0)
upcoming-release-notes/1067.md (+6 -0)

📄 Description

Clicking the a category in the "spent" column for the budget table was not working because this.props.history is undefined.

Uncaught TypeError: Cannot read properties of undefined (reading 'push')

🔄 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/1067 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 5/28/2023 **Status:** ✅ Merged **Merged:** 6/1/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-budge` --- ### 📝 Commits (3) - [`16b124e`](https://github.com/actualbudget/actual/commit/16b124e2518bc5cb61b513b6ec606ff1f22b5162) :bug: (budget) link from budget to transactions not working - [`0ad9891`](https://github.com/actualbudget/actual/commit/0ad9891d1d84b5bc560aacc059056c87f895ccd2) Release notes - [`5252de4`](https://github.com/actualbudget/actual/commit/5252de4b2dc81aa39ecc1776a9abec5c10e2166d) Feedback ### 📊 Changes **2 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/index.js` (+3 -0) ➕ `upcoming-release-notes/1067.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 --> Clicking the a category in the "spent" column for the budget table was not working because `this.props.history` is undefined. ``` Uncaught TypeError: Cannot read properties of undefined (reading 'push') ``` --- <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-20 20:59:50 -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#33694