PR-4.4-dev Pending

User tests: Successful: Unsuccessful:

avatar lorenzods
lorenzods
12 Dec 2023

Pull Request for Issue # .

Summary of Changes

Adding (back) a missing field to the TagsSimilarHelper::getList method
Somehow this field removed over time from resultset, however it's a pretty useful and an easy, non-breaking change.
when showing com_content items based on tags

Testing Instructions

call TagsSimilarHelper::getList

Actual result BEFORE applying this Pull Request

Expected result AFTER applying this Pull Request

Resultset will also contain "core_images" field beside "core_params"

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar lorenzods lorenzods - open - 12 Dec 2023
avatar lorenzods lorenzods - change - 12 Dec 2023
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Dec 2023
Category Modules Front End
avatar brianteeman
brianteeman - comment - 12 Dec 2023

Does the same change have to be made to mod_tags_popular?

avatar lorenzods
lorenzods - comment - 13 Dec 2023

Does the same change have to be made to mod_tags_popular?

As i see, mod_tags_popular uses a different query structure, more focused on the tag itself, leaving core content behind.
It could be done though, but IMHO it would require much more effort than this two-liner low hanging fruit.

avatar lorenzods lorenzods - change - 22 Dec 2023
Labels Added: PR-4.4-dev
avatar HLeithner HLeithner - change - 24 Apr 2024
Title
mod_tags_similar: fix of missing core_images field
[4.4] mod_tags_similar: fix of missing core_images field
avatar HLeithner HLeithner - edited - 24 Apr 2024
avatar fgsw
fgsw - comment - 28 Aug 2024

call TagsSimilarHelper::getList

@lorenzods can you give more information how to test?

Add a Comment

Login with GitHub to post a comment