https://bugs.kde.org/show_bug.cgi?id=483659
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/knewstuff/-/commit/f | |8fb221d6f355c4f0873592fbf7d | |ce358f4f0b40 --- Comment #2 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit f8fb221d6f355c4f0873592fbf7dce358f4f0b40 by Akseli Lahtinen. Committed on 12/07/2024 at 12:58. Pushed by akselmo into branch 'master'. EntryDetails.qml: Qualify newStuffModel, use downloadItemId There is no such thing as entryId, change it to downloadItemId Otherwise the item wont download anything. This fixes a bug where in detailed item view, if the list with multiple downloads appears and user clicks download, nothing would happen and knewstuff would report this warning in terminal: `qrc:/qt/qml/org/kde/newstuff/EntryDetails.qml:88: ReferenceError: entryId is not defined` After this fix it will download items. M +2 -2 src/qtquick/qml/EntryDetails.qml https://invent.kde.org/frameworks/knewstuff/-/commit/f8fb221d6f355c4f0873592fbf7dce358f4f0b40 -- You are receiving this mail because: You are watching all bug changes.