mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-26 22:45:58 -05:00
* [AI] Fix updateTransaction crash when converting a transaction to a split * [AI] Clear is_child/parent_id when promoting a transaction to a split parent * [AI] Type-fix: clear parent_id with undefined, not null (parent_id is an optional string) --------- Co-authored-by: Hossein Moosavi <h.moosavi@kif-devs.com>
7 lines
124 B
Markdown
7 lines
124 B
Markdown
---
|
|
category: Bugfix
|
|
authors: [aturzone]
|
|
---
|
|
|
|
Fixed a crash when converting a regular transaction into a split via the API.
|