Summary: | Pre-Fill dialog missing | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | tobias |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Kicer86, olivier |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/bf29a1360e4096fd335edfe901975526712b4579 | Version Fixed In: | 5.0.1 |
Sentry Crash Report: |
Description
tobias
2018-02-25 14:16:01 UTC
Git commit bf29a1360e4096fd335edfe901975526712b4579 by Thomas Baumgart. Committed on 25/02/2018 at 21:28. Pushed by tbaumgart into branch '5.0'. Set AutoFillTransaction to correct value The AutoFillTransaction setting never received a value other than zero. This was caused by a non standard layout in the group box of the setting which apparently caused the kcfg_ magic to fail. This caused the dialog with previous transactions not to be shown. Using only QRadioButtons inside the QGroupBox fixes this problem. FIXED-IN: 5.0.1 M +533 -495 kmymoney/dialogs/settings/ksettingsregister.ui https://commits.kde.org/kmymoney/bf29a1360e4096fd335edfe901975526712b4579 *** Bug 392011 has been marked as a duplicate of this bug. *** I reopen this as it still doesn't work for me in 5.0.1 I'm using ArchLinux and I'm up-to-date. I'll be happy to bring more info but I don't know what you would need. As a first step it would help to get exact details (key press, mouse events) what you do to see it fail. What I do is filling the payee field (selected with mouse). Then it used to automatically open a dialog to propose previous fields completion. Now nothing happens and I need to fiil everything by hand. I'm not aware of a specific shortcut Did you check the setting in Ledger/Data Entry/Autofill? It might be reset to 'No Autofill' by the previous version. Oh, silly me you are right. Please, close this bug again, and sorry for the noise :S |