mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
@@ -197,7 +197,9 @@ async function processTemplate(
|
||||
|
||||
// sort and filter down to just the requested priorities
|
||||
priority_list = priority_list
|
||||
.sort()
|
||||
.sort(function (a, b) {
|
||||
return a - b;
|
||||
})
|
||||
.filter((item, index, curr) => curr.indexOf(item) === index);
|
||||
|
||||
let { remainder_found, remainder_priority, remainder_weight_total } =
|
||||
|
||||
6
upcoming-release-notes/2000.md
Normal file
6
upcoming-release-notes/2000.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Goals: Fix priority sorting
|
||||
Reference in New Issue
Block a user