gnucash stable: Restore accounts page updates for default QofEvent branch.

John Ralls jralls at code.gnucash.org
Mon Jul 15 23:18:57 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/a84189b7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5fe7a09e (commit)



commit a84189b79dbf39ee5b2989adc539f9882e51d409
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 15 20:16:57 2024 -0700

    Restore accounts page updates for default QofEvent branch.
    
    Broken by fix for bug 799370.

diff --git a/gnucash/gnome-utils/gnc-tree-model-account.c b/gnucash/gnome-utils/gnc-tree-model-account.c
index d51f348b1f..8aa17073b3 100644
--- a/gnucash/gnome-utils/gnc-tree-model-account.c
+++ b/gnucash/gnome-utils/gnc-tree-model-account.c
@@ -1489,6 +1489,8 @@ gnc_tree_model_account_event_handler (QofInstance *entity,
         break;
 
     default:
+        gnc_tree_model_account_clear_cached_values(model, account);
+
         LEAVE("unknown event type");
         return;
     }



Summary of changes:
 gnucash/gnome-utils/gnc-tree-model-account.c | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list