Summary: | Difficulty entering new transaction with newly created security | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/d15b5f2d36b72494faa02b37d25984cf7c425e8a | Version Fixed In: | |
Sentry Crash Report: |
Description
allan
2013-12-01 13:37:28 UTC
In void InvestTransactionEditor::createEditWidgets(void) I've added - "connect(security, SIGNAL(completion(QString)), this, SLOT(slotUpdateSecurity(QString)))" and in the existing function void InvestTransactionEditor::slotUpdateSecurity(const QString& stockId) , I've added a call to slotUpdateButtonState() at the end. This now produces the expected behaviour. Assuming no objections, I intend to commit this in a week or so. Git commit d15b5f2d36b72494faa02b37d25984cf7c425e8a by Allan Anderson. Committed on 22/12/2013 at 11:18. Pushed by allananderson into branch 'master'. M +1 -0 kmymoney/dialogs/investtransactioneditor.cpp http://commits.kde.org/kmymoney/d15b5f2d36b72494faa02b37d25984cf7c425e8a |