[PR #5911] [MERGED] fix split transaction sort order when duplicating #24815

Closed
opened 2026-04-16 18:14:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5911
Author: @guizaa
Created: 10/12/2025
Status: Merged
Merged: 10/22/2025
Merged by: @matt-fidd

Base: masterHead: fix-5715


📝 Commits (6)

📊 Changes

3 files changed (+15 additions, -13 deletions)

View changed files

📝 packages/desktop-client/src/hooks/useTransactionBatchActions.ts (+8 -13)
📝 packages/loot-core/src/shared/transactions.ts (+1 -0)
upcoming-release-notes/5911.md (+6 -0)

📄 Description

Fixes issue where when duplicating a split transaction, the new duplicates split transaction's subtransactions are not in the same order as the original. This fix also fixes larger issue of duplicate transactions having an undefined sort order when realized


🔄 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/5911 **Author:** [@guizaa](https://github.com/guizaa) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix-5715` --- ### 📝 Commits (6) - [`de146a6`](https://github.com/actualbudget/actual/commit/de146a628ff15ce94d0d79581207bcb9fba88fb5) Fixes #5715 - [`766a69b`](https://github.com/actualbudget/actual/commit/766a69b786407d4bc507c262661f56976e24b12e) Release notes - [`7611b36`](https://github.com/actualbudget/actual/commit/7611b367fbf15471d350cd63f004bfa4eaa79b2b) [autofix.ci] apply automated fixes - [`f91092f`](https://github.com/actualbudget/actual/commit/f91092f1ca5021d567b6e33e3241f00c98d0e01a) Fix release notes PR number - [`2d716c4`](https://github.com/actualbudget/actual/commit/2d716c4750263dd556187f43b1dabbc4bfff7c13) Shorten release notes - [`8a7c690`](https://github.com/actualbudget/actual/commit/8a7c6900d3f4c63e41fc870fabc4755739874374) Merge branch 'master' into fix-5715 ### 📊 Changes **3 files changed** (+15 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/hooks/useTransactionBatchActions.ts` (+8 -13) 📝 `packages/loot-core/src/shared/transactions.ts` (+1 -0) ➕ `upcoming-release-notes/5911.md` (+6 -0) </details> ### 📄 Description Fixes issue where when duplicating a split transaction, the new duplicates split transaction's subtransactions are not in the same order as the original. This fix also fixes larger issue of duplicate transactions having an undefined sort order when realized --- <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-04-16 18:14:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#24815