Bug 280795

Summary: Can't modify the date when editing multiple transactions
Product: [Applications] kmymoney Reporter: Cristian Oneț <onet.cristian>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Proposed patch to solve the problem

Description Cristian Oneț 2011-08-25 19:36:43 UTC
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
Comment 1 Thomas Baumgart 2011-08-25 20:29:58 UTC
Created attachment 63145 [details]
Proposed patch to solve the problem
Comment 2 Cristian Oneț 2011-08-25 20:55:02 UTC
I was thinking about the same fix but why does the KDE3 version work without that line?
Comment 3 Cristian Oneț 2011-08-26 17:59:21 UTC
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
Comment 4 Cristian Oneț 2011-08-26 18:00:05 UTC
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