Hello,

I'm trying to figure out how to trigger a redo of sorting when I change the
reconciliation of a transaction. Currently if I change the 5th transaction
for today from Not Cleared to Cleared by clicking in that column, the
transaction stays below other non-cleared transactions. But if I move some
transactions from yesterday to today with move-to-today all are sorted
again. I am not seeing the difference between KMyMoney::slotMoveToToday and
KMyMoney::slotMarkTransactions though. Both take a set of transactions, do
something to them, then file->modifyTransaction(tr); then do ft.commit() to
commit the data transaction, etc. Why does sorting not happen in the one
case but does in the other? What am I missing?

thanks,
Jeremy

Reply via email to