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 retrieve the detailed content for the entry and update the model and the view fields accordingly.
BEFORE | AFTER |
---|---|
BUG: 474949
FIXED-IN: KF6
Edited by Ismael Asensio