bug PR-5.3-dev Pending

User tests: Successful: Unsuccessful:

avatar jurihahn
jurihahn
24 Aug 2024

Changed the default 'option' parameter value from 'WORD' to 'CMD'.

Summary of Changes

This modification ensures that components with numbers in their names (e.g., com_example123) are correctly recognized and processed by the Joomla pagination system. Previously, the WORD filter would strip out numeric characters, causing issues when routing to components with numeric names.

Testing Instructions

Create a component with numbers in its name (e.g., com_example123).
Implement pagination in the component.
Navigate through the paginated views of the component.
Verify the URL includes the full name of the component, including numbers, when you move through pages.
Confirm the component functions correctly and that the pagination operates as expected without errors.

Actual result BEFORE applying this Pull Request

URLs for paginated pages would strip numbers from the option parameter, leading to incorrect routing.
Components with numbers in their names could not be correctly identified by the system, causing potential 404 errors.

Expected result AFTER applying this Pull Request

URLs for paginated pages will correctly retain numbers in the option parameter.
Components with numeric characters in their names will be properly recognized and routed, ensuring they function as expected without issues.

Link to documentations

Please select:

  • No documentation changes for docs.joomla.org needed

  • No documentation changes for manual.joomla.org needed

avatar jurihahn jurihahn - open - 24 Aug 2024
avatar jurihahn jurihahn - change - 24 Aug 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 24 Aug 2024
Category Libraries
avatar Fedik
Fedik - comment - 24 Aug 2024

Please make the PR to 4.4-dev branch, because it is a bug.
Thank you.

avatar Fedik Fedik - change - 25 Aug 2024
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2024-08-25 13:30:54
Closed_By Fedik
Labels Added: bug PR-5.3-dev
avatar Fedik
Fedik - comment - 25 Aug 2024

Thank you for the reaport.
The complete fix is there #43983, please test.

avatar Fedik Fedik - close - 25 Aug 2024

Add a Comment

Login with GitHub to post a comment