[kmymoney] [Bug 455741] Moving all account transactions to another account will leave the app hung up
Thomas Baumgart
bugzilla_noreply at kde.org
Sun Jun 26 11:07:03 BST 2022
https://bugs.kde.org/show_bug.cgi?id=455741
Thomas Baumgart <tbaumgart at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |CONFIRMED
Ever confirmed|0 |1
--- Comment #2 from Thomas Baumgart <tbaumgart at kde.org> ---
The cause is that the model implementation is not optimized for mass
operations. So for each transaction all data is updated. Depending on the
number of transactions to be changed and on the number of views/ledgers you
have open at the time this may take a very long time to complete. But
eventually it does finish. A few (as in 5..10) transactions should not be a
problem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list