Skip to content

EntryDetails.qml: Qualify newStuffModel, use downloadItemId

Akseli Lahtinen requested to merge work/akselmo/fix-detail-view-download into master

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.

BUG:483659

Edited by Akseli Lahtinen

Merge request reports