https://bugs.kde.org/show_bug.cgi?id=474949
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |KF6 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/knewstuff/-/commit/5 | |629ee2de5facefb0b31df40d086 | |b23f109e6b86 --- Comment #7 from Ismael Asensio <isma...@gmail.com> --- Git commit 5629ee2de5facefb0b31df40d086b23f109e6b86 by Ismael Asensio. Committed on 05/11/2023 at 14:59. Pushed by iasensio into branch 'master'. EntryDetails: Update entry contents when showing the details page When showing the details page for an entry, we were just using the data fetched on the previous search that included this entry. This information is more limited: - it does not include all the fields (ex. the donations link) - the description is capped to only 300 characters Now we retrive the detailed content for the information and update the model and the view fields accordingly. FIXED-IN: KF6 M +25 -0 src/qtquick/qml/EntryDetails.qml M +2 -13 src/qtquick/qml/Page.qml M +9 -0 src/qtquick/quickengine.cpp M +2 -0 src/qtquick/quickengine.h M +5 -0 src/qtquick/quickitemsmodel.cpp https://invent.kde.org/frameworks/knewstuff/-/commit/5629ee2de5facefb0b31df40d086b23f109e6b86 -- You are receiving this mail because: You are watching all bug changes.