Summary: | No online updates of prices possible | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.1.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/745db530843ae773e788afd8a91283cc5293fc12 | Version Fixed In: | 5.2 |
Sentry Crash Report: | |||
Attachments: |
test case
Screenshot showing broken online quote update Screenshot from previous kmymoney major version Screenshot showing broken online quote update from actual master branch Screenshot showing broken online quote update from 5.1 branch |
Description
Ralf Habacker
2024-04-18 23:50:12 UTC
Created attachment 168656 [details]
Screenshot showing broken online quote update
Created attachment 168657 [details]
Screenshot from previous kmymoney major version
With the previous major version of kmymoney the online quote update works out of the box.
The issue is also present on a Linux build from git master branch. Created attachment 168664 [details]
Screenshot showing broken online quote update from actual master branch
Created attachment 168665 [details]
Screenshot showing broken online quote update from 5.1 branch
Made sure, that an entry is selected.
(In reply to Ralf Habacker from comment #5) > Created attachment 168665 [details] > Screenshot showing broken online quote update from actual master branch > > Made sure, that an entry is selected. Since Craft uses the stable branch (5.1) by default, this screenshot is from 5.1. Git commit 745db530843ae773e788afd8a91283cc5293fc12 by Thomas Baumgart. Committed on 01/05/2024 at 08:07. Pushed by tbaumgart into branch 'master'. Show online price entries no matter if used or not Online price entries for update were only shown if they are actually used by any of the accounts. That lead to the fact that existing price entries in the price table were not shown for online update if no account was using them. This change forces all price entries to be shown for update. FIXED-IN: 5.2 M +1 -1 kmymoney/dialogs/kequitypriceupdatedlg.cpp https://invent.kde.org/office/kmymoney/-/commit/745db530843ae773e788afd8a91283cc5293fc12 |