gnucash maint: Bug 797874 - new account UI error from register
Robert Fewell
bobit at code.gnucash.org
Sat Sep 12 06:02:42 EDT 2020
Updated via https://github.com/Gnucash/gnucash/commit/a0f2ccc9 (commit)
from https://github.com/Gnucash/gnucash/commit/7f64ccee (commit)
commit a0f2ccc97eb507e606d522a7916be38407465396
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Sep 12 10:52:05 2020 +0100
Bug 797874 - new account UI error from register
If the path 'test:testy' is typed in to the transfer field and it does
not exist you are asked if you want to create it. The new account
dialog opens for 'test' which you create but this new 'test' account
does not show in the parent account tree for the second new account
dialog.
To fix this the existing account parent_tree is dropped and a new one
is use created which has the newly created parent account.
Summary of changes:
gnucash/gnome-utils/dialog-account.c | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)
More information about the gnucash-patches
mailing list