Summary: | can't change ledger sort options in configure dialog | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Dave Nelson <merlinux> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lanvag, zoltan |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/125b366e321683483850c70bfbc5c19a7c02ae02 | Version Fixed In: | 5.0.1 |
Sentry Crash Report: | |||
Attachments: | Case |
Description
Dave Nelson
2018-02-07 21:12:06 UTC
Created attachment 110529 [details]
Case
A similar problem. Uploaded video with error playback.
Also a problem - not always buttons are active.
On the video:
0:08 - the "Сумма" and "Состояние сверки" fields - the "Up" button is not active.
(In reply to LanMan from comment #1) > Created attachment 110529 [details] > Case Forgot to specify the version: 5.0.0-2, on Arch Linux Can confirm the same issue happening on Gentoo with app-office/kmymoney-5.0.0. Git commit 125b366e321683483850c70bfbc5c19a7c02ae02 by Thomas Baumgart. Committed on 12/02/2018 at 07:34. Pushed by tbaumgart into branch '5.0'. Connect signals to slots in transaction sort dialog The buttons and widget list signals were not connected to any functionality. Hence the dialog's functionality was broken. This change introduces the connections and cleans up some unused code. FIXED-IN: 5.0.1 M +20 -34 kmymoney/widgets/transactionsortoption.cpp M +2 -4 kmymoney/widgets/transactionsortoption.h https://commits.kde.org/kmymoney/125b366e321683483850c70bfbc5c19a7c02ae02 I applied the patches and it now works as expected. BTW, I'm running ubuntu bionic which has webKit 5.43, kmm uses 5.42, but a symlink to 5.43 seems to run ok, at least so far. Thank you Thomas for the speedy resolution. |