[PR #451] [MERGED] Fix bug where rules page may not load due to link-schedule payee dependency #3145

Closed
opened 2026-02-28 20:37:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/451
Author: @winklevos
Created: 1/13/2023
Status: Merged
Merged: 1/13/2023
Merged by: @MatissJanis

Base: masterHead: fix-rules-page-error


📝 Commits (2)

  • 1466772 un await loadPayees for render exception
  • 60f3f69 move to ById[payee] ?

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.js (+1 -1)

📄 Description

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

Rules page fails to load when link-schedule rules > 0 and payees not already in state

Not sure if this is the best way to achieve this, but it fixes the issue


🔄 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/451 **Author:** [@winklevos](https://github.com/winklevos) **Created:** 1/13/2023 **Status:** ✅ Merged **Merged:** 1/13/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix-rules-page-error` --- ### 📝 Commits (2) - [`1466772`](https://github.com/actualbudget/actual/commit/146677256fc5dc689480ab5b6f7922a468c3010a) un await loadPayees for render exception - [`60f3f69`](https://github.com/actualbudget/actual/commit/60f3f69735a420429d8d92f9df8cfc596ea51cf0) move to ById[payee] ? ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.js` (+1 -1) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/450 Rules page fails to load when link-schedule rules > 0 and payees not already in state Not sure if this is the best way to achieve this, but it fixes the issue --- <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 20:37:07 -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#3145