Bug 236502

Summary: payee view shows transactions from previously viewed payee
Product: [Applications] kmymoney Reporter: Jack <ostroffjh>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jack 2010-05-06 02:28:32 UTC
Version:           3.97.2-svn1117032 (using KDE 4.3.5)
Compiler:          gcc 4.3.4 
OS:                Linux
Installed from:    Gentoo Packages

I think this is different from bug 236361 since it's a different view that is displayed wrong, but it does involve switching between ledger and payee views.

If I'm in ledger view and I right click a transaction and select to go to the payee, I see the correct list of all transactions for that payee.  If I then double click on the last transaction I return to the ledger.  If I then right click on a different transaction to go to a different payee, that payee is correctly selected on the left side in the list of payees, but the transactions shown on the right are still those for the previous payee.  Selecting a different payee refreshes things correctly.  Also, double clicking on one of the transactions does go the that transaction in the register.

This is with Version 3.97.2-svn1117032 just compiled less than an hour ago.
Comment 1 Alvaro Soliverez 2010-05-06 05:21:02 UTC
SVN commit 1123433 by asoliverez:

Call slotSelectPayee when the selection if made from outside the view

BUG:236502

 M  +2 -1      kpayeesview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1123433
Comment 2 Jack 2010-05-06 15:26:57 UTC
Great and thanks.  It works correctly now.