[PR #1136] [MERGED] 🐛 disable 'all payees' checkbox while schedules are loading #3543

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1136
Author: @MatissJanis
Created: 6/14/2023
Status: Merged
Merged: 6/15/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-1125


📝 Commits (3)

  • a563557 🐛 disable 'all payees' checkbox while schedules are loading
  • 928d729 Release notes
  • 835b487 Lint fix

📊 Changes

3 files changed (+40 additions, -14 deletions)

View changed files

📝 packages/desktop-client/src/components/schedules/DiscoverSchedules.js (+6 -14)
packages/desktop-client/src/hooks/useSendPlatformRequest.ts (+28 -0)
upcoming-release-notes/1136.md (+6 -0)

📄 Description

Closes #1125

Disables (hides) the "all payees" checkbox when schedules are loading.

Reproduction:

  1. open /schedule/discover
  2. while the data is still loading - click on the checkbox in the table header
  3. after loading finishes - the page crashes with an error

🔄 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/1136 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/14/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-1125` --- ### 📝 Commits (3) - [`a563557`](https://github.com/actualbudget/actual/commit/a5635572e828a7f04c7936be15e250c2758d0a16) :bug: disable 'all payees' checkbox while schedules are loading - [`928d729`](https://github.com/actualbudget/actual/commit/928d729542fda4850a9f6106dba0be605dc01b0d) Release notes - [`835b487`](https://github.com/actualbudget/actual/commit/835b48746a46d20872c114bdd29cd15f8b97ac45) Lint fix ### 📊 Changes **3 files changed** (+40 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/schedules/DiscoverSchedules.js` (+6 -14) ➕ `packages/desktop-client/src/hooks/useSendPlatformRequest.ts` (+28 -0) ➕ `upcoming-release-notes/1136.md` (+6 -0) </details> ### 📄 Description Closes #1125 Disables (hides) the "all payees" checkbox when schedules are loading. Reproduction: 1. open `/schedule/discover` 2. while the data is still loading - click on the checkbox in the table header 3. after loading finishes - the page crashes with an error --- <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:43:10 -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#3543