User tests: Successful: Unsuccessful:
Changed the default 'option' parameter value from 'WORD' to 'CMD'.
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.
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.
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.
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.
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
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
|
Please make the PR to 4.4-dev branch, because it is a bug.
Thank you.