Bug 280795 - Can't modify the date when editing multiple transactions
Summary: Can't modify the date when editing multiple transactions
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 19:36 UTC by Cristian Oneț
Modified: 2011-08-26 18:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Proposed patch to solve the problem (815 bytes, patch)
2011-08-25 20:29 UTC, Thomas Baumgart
Details

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