Unit/System Tests PR-5.2-dev Pending

User tests: Successful: Unsuccessful:

avatar SniperSister
SniperSister
22 Jan 2025

Summary of Changes

The mail templates list view shows a list of all available templates from the #__mail_templates table. While doing so, it checks if the associated extension is enabled.

However, it uses the value of the "name" column in the #__extensions table for the subquery (which might hold a human-readable name and not the technical "element" name), causing templates to be not listed if the name and element of the associated extension do not align.

Testing Instructions

  • Temporarly change the value of the "name" column of com_contact in #__extensions from com_contact to Contact
  • List the available mail templates

Actual result BEFORE applying this Pull Request

  • com_contact templates missing

Expected result AFTER applying this Pull Request

  • com_contact templates listed

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • [ x] No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • [ x] No documentation changes for manual.joomla.org needed

avatar SniperSister SniperSister - open - 22 Jan 2025
avatar SniperSister SniperSister - change - 22 Jan 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Jan 2025
Category Unit Tests Repository Administration com_admin SQL Postgresql com_associations com_banners
avatar SniperSister SniperSister - change - 22 Jan 2025
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2025-01-22 14:59:11
Closed_By SniperSister
Labels Added: Unit/System Tests PR-5.2-dev
avatar SniperSister SniperSister - close - 22 Jan 2025

Add a Comment

Login with GitHub to post a comment