GNOME Bugzilla – Bug 347116
With many auto-create transactions but none with notify option, "Auto-Created Transactions Notification" druid page lists every existing transaction
Last modified: 2018-06-29 21:09:16 UTC
With many auto-create transactions but none with notify option, "Auto-Created Transactions Notification" druid page lists every existing transaction. sxsld->autoCreatedCount is positive so gnc_sxsld_autocreate_appr() returns true. auto_create_prep creates a query but never calls xaccQueryAddGUIDMatch because none of the transactions has notifyState true on call to xaccSchedXactionGetAutoCreate so the continue statement is always executed at dialog-sxsincelast.c:975. Apparently this results in a query which matches all transactions in the database.
*** Bug 393381 has been marked as a duplicate of this bug. ***
This is now both fixed and obsolete. The post-15399 code doesn't have the same logic for displaying the "to-review" page, and also checks to make sure it has things to display.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=347116. Please update any external references or bookmarks.