gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Jun 12 18:55:29 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/75fb523c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/57b8006a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5923a59c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2555c5b0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2e20b37d (commit)



commit 75fb523c36ce604bf688159d549352138bcbb7d8
Merge: 57b8006a66 2555c5b0b9
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 12 15:48:50 2023 -0700

    Merge Simon Arlott's 'bug-798695' into stable.

commit 57b8006a66e5c66bdce0fce3b341a100259688e5
Merge: 2e20b37d04 5923a59cfc
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 12 15:45:41 2023 -0700

    Merge Simon Arlott's 'bug-777472' into stable.

commit 5923a59cfce2d56a31471a717a87746bb41abad3
Author: Simon Arlott <sa.me.uk>
Date:   Wed Jun 7 20:12:53 2023 +0100

    Bug 777472 - reconcile does not work if transaction selected
    
    If there's an existing transaction with pending edits when starting
    reconciliation, that transaction can appear in the list of transactions and
    be modified by the reconciliation but as soon as navigation to another
    transaction occurs the pending edit will be saved, overwriting the change
    to mark it as reconciled. The result is that reconciliation appears to have
    failed or not marked the transaction as reconciled.
    
    This commonly happens when marking several transactions as cleared before
    performing reconciliation. If the last transaction is still being edited
    it will typically be saved after the reconciliation finishes and overwrite
    any change made.
    
    Check that there's no outstanding activity in the current register page
    before starting a reconciliation.
    
    It is still possible to start modifying a transaction after the
    reconciliation window is open but this will stop the most common issue with
    the process.
    
    Starting a reconciliation from the account tree is left unprotected.

commit 2555c5b0b95c4157ea382357becb7a350f16a815
Author: Simon Arlott <sa.me.uk>
Date:   Mon May 29 21:14:00 2023 +0100

    Bug 798695 - Deleting everything from the "Transfer" cell after suggestions pop-up restricts search to the first 30 accounts
    
    The combo box list is capable of displaying all accounts if expanded
    without starting searching, so changing the search string to "" shouldn't
    only return a small subset of accounts with no way to fix it.
    
    Skip the search and return all accounts in the combo box as it normally
    does if the account list is opened without searching for something.



Summary of changes:
 gnucash/gnome/gnc-plugin-page-account-tree.c      | 11 +++++++++++
 gnucash/gnome/gnc-plugin-page-register.c          | 11 +++++++++++
 gnucash/register/register-gnome/combocell-gnome.c | 17 ++++++++++++++++-
 3 files changed, 38 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list