[PR #4199] [MERGED] Fix type mismatch in getStatus #5255

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4199
Author: @SamBobBarnes
Created: 1/19/2025
Status: Merged
Merged: 1/20/2025
Merged by: @matt-fidd

Base: masterHead: upcomingLength-type-mismatch


📝 Commits (6)

  • cbfa05c fixed type mismatch
  • f6daead release notes
  • 54b5673 updated references to submit string
  • c0bba7e fixed type in test
  • 5878c16 updated test to work with add days method
  • e27e765 Merge branch 'master' into upcomingLength-type-mismatch

📊 Changes

5 files changed (+35 additions, -36 deletions)

View changed files

📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+8 -13)
📝 packages/loot-core/src/server/schedules/app.ts (+3 -6)
📝 packages/loot-core/src/shared/schedules.test.ts (+14 -14)
📝 packages/loot-core/src/shared/schedules.ts (+4 -3)
upcoming-release-notes/4199.md (+6 -0)

📄 Description

This fix addresses https://github.com/actualbudget/actual/issues/3709


🔄 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/4199 **Author:** [@SamBobBarnes](https://github.com/SamBobBarnes) **Created:** 1/19/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `upcomingLength-type-mismatch` --- ### 📝 Commits (6) - [`cbfa05c`](https://github.com/actualbudget/actual/commit/cbfa05c2e900a690d063867d65d3a19a6f89ec41) fixed type mismatch - [`f6daead`](https://github.com/actualbudget/actual/commit/f6daeadeffc3fb6b367aa56fbd1866b68128f0af) release notes - [`54b5673`](https://github.com/actualbudget/actual/commit/54b5673ed449175fb4846670fb2c65dc662ba041) updated references to submit string - [`c0bba7e`](https://github.com/actualbudget/actual/commit/c0bba7e59fad7cbc383f44d68df2509a5aced5bc) fixed type in test - [`5878c16`](https://github.com/actualbudget/actual/commit/5878c16eb2671a5b7c806c15526d63808191ab33) updated test to work with add days method - [`e27e765`](https://github.com/actualbudget/actual/commit/e27e7659b9f46240d472c3ebb05e4cb941b42174) Merge branch 'master' into upcomingLength-type-mismatch ### 📊 Changes **5 files changed** (+35 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+8 -13) 📝 `packages/loot-core/src/server/schedules/app.ts` (+3 -6) 📝 `packages/loot-core/src/shared/schedules.test.ts` (+14 -14) 📝 `packages/loot-core/src/shared/schedules.ts` (+4 -3) ➕ `upcoming-release-notes/4199.md` (+6 -0) </details> ### 📄 Description This fix addresses https://github.com/actualbudget/actual/issues/3709 --- <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 21:09: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#5255