[PR #5380] [MERGED] Fix template priority sorting #5905

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5380
Author: @youngcw
Created: 7/23/2025
Status: Merged
Merged: 7/23/2025
Merged by: @youngcw

Base: masterHead: youngcw/fix-template-sort


📝 Commits (2)

📊 Changes

3 files changed (+8 additions, -2 deletions)

View changed files

📝 packages/loot-core/src/server/budget/category-template-context.ts (+1 -1)
📝 packages/loot-core/src/server/budget/goal-template.ts (+1 -1)
upcoming-release-notes/5380.md (+6 -0)

📄 Description

Dang JS sort gets me every time.

If you feel like testing, make a template with priority 2 and one with priority 10. Priority 10 will get run first on edge.


🔄 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/5380 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/fix-template-sort` --- ### 📝 Commits (2) - [`bc5fa82`](https://github.com/actualbudget/actual/commit/bc5fa8219931af7ab0906be05c9ad4c799a17455) fix - [`ef6b0a6`](https://github.com/actualbudget/actual/commit/ef6b0a656239ab6f27a088c2b70aeed1892c4582) lint ### 📊 Changes **3 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/category-template-context.ts` (+1 -1) 📝 `packages/loot-core/src/server/budget/goal-template.ts` (+1 -1) ➕ `upcoming-release-notes/5380.md` (+6 -0) </details> ### 📄 Description Dang JS sort gets me every time. If you feel like testing, make a template with priority 2 and one with priority 10. Priority 10 will get run first on edge. --- <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:20:41 -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#5905