Skip to content

EntryDetails: Update entry contents when showing the details page

Ismael Asensio requested to merge work/iasensio/fix-content-details into master

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 retrieve the detailed content for the entry and update the model and the view fields accordingly.

BEFORE AFTER
knewstuff-entry-details-before knewstuff-entry-details-after

BUG: 474949
FIXED-IN: KF6

Edited by Ismael Asensio

Merge request reports