Version: SVN trunk (using KDE 4.7.0) OS: Linux When trying to edit the date of multiple transactions at once the 'Enter' actions is disabled after setting a date so the date can't be changed. Only if some other aspect like the payee, amount or category is changed the transactions can be entered. Reproducible: Always Steps to Reproduce: Select multiple transactions and try to changed their date. Actual Results: 'Enter' is disabled Expected Results: 'Enter' is enabled and the transactions can be entered. OS: Linux (x86_64) release 2.6.39-gentoo-r3 Compiler: x86_64-pc-linux-gnu-gcc
Created attachment 63145 [details] Proposed patch to solve the problem
I was thinking about the same fix but why does the KDE3 version work without that line?
SVN commit 1249599 by conet: BUG: 280795 If editing multiple transactions and the date is valid mark the editing as complete. M +4 -1 transactioneditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1249599
SVN commit 1249600 by conet: BUG: 280795 If editing multiple transactions and the date is valid mark the editing as complete. Backported to the stable branch. M +4 -1 transactioneditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1249600