[Kmymoney-devel] [Bug 311481] It is possible to create a schedule with empty name

Thomas Baumgart ipwizard at users.sourceforge.net
Mon Dec 10 20:42:22 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=311481

--- Comment #1 from Thomas Baumgart <ipwizard at users.sourceforge.net> ---
The problem is with the two methods to control the enabled state of the OK
button in this case. One is the kMandatoryFieldGroup created in the
KEditScheduleDlg ctor and the other the line

  connect(editor, SIGNAL(transactionDataSufficient(bool)), buttonOk,
SLOT(setEnabled(bool)));

in KEditScheduleDlg::startEdit. To fix the issue, the results of both methods
need to be ANDed, but I currently have no idea how to solve this. Any takers?
Reviewboard is waiting for your suggestions.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list