[PR #1018] [CLOSED] Revert goals priorities #3469

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1018
Author: @shall0pass
Created: 5/10/2023
Status: Closed

Base: masterHead: revertGoalsPriorities


📝 Commits (5)

📊 Changes

2 files changed (+56 additions, -196 deletions)

View changed files

📝 packages/loot-core/src/server/budget/goal-template.pegjs (+12 -15)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+44 -181)

📄 Description

Date calculations were not working properly and would cause the budget to be unresponsive. This PR starts from commit e8a62f8 which didn't have priorities yet, thus removing PR #961 and has commits to reintroduce other PRs that have been merged since, #1004 and #1015.

I still need to run some examples to make sure I don't spot anything.


🔄 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/1018 **Author:** [@shall0pass](https://github.com/shall0pass) **Created:** 5/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `revertGoalsPriorities` --- ### 📝 Commits (5) - [`2d918e8`](https://github.com/actualbudget/actual/commit/2d918e89a0d7b3a9723b2375914c880e52695ae6) Revert to e8a62f8 - [`4e13aa9`](https://github.com/actualbudget/actual/commit/4e13aa9566ff8b5c89e85fd03387fc0a3e244f7e) PR #1004 - [`1699638`](https://github.com/actualbudget/actual/commit/169963817bd6957d0d4b0ed3a15764612c392f4b) PR #1015 - [`527a254`](https://github.com/actualbudget/actual/commit/527a25443e547884e310b3fc1c5523828b093012) Revert pegjs parser - [`c704bc3`](https://github.com/actualbudget/actual/commit/c704bc3007911dec1d682ebd3dcf4a732fedf1f5) more pegjs ### 📊 Changes **2 files changed** (+56 additions, -196 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/goal-template.pegjs` (+12 -15) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+44 -181) </details> ### 📄 Description Date calculations were not working properly and would cause the budget to be unresponsive. This PR starts from commit e8a62f8 which didn't have priorities yet, thus removing PR #961 and has commits to reintroduce other PRs that have been merged since, #1004 and #1015. I still need to run some examples to make sure I don't spot anything. --- <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:42:06 -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#3469