Bug 236502 - payee view shows transactions from previously viewed payee
Summary: payee view shows transactions from previously viewed payee
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 02:28 UTC by Jack
Modified: 2010-05-06 15:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.