PR-5.2-dev Pending

User tests: Successful: 0 Unsuccessful: 0

avatar Dileepadari
Dileepadari
10 Mar 2025

Pull Request for Issue #37841

Summary of Changes

The default label for the articles filter in the user login has been updated to align with the actual default option (ID Descending). Previously, the label was incorrectly set to TITLE Ascending, while the functionality still followed ID Descending. This fix ensures that the label correctly reflects the selected sorting order.

Testing Instructions

  1. Navigate to: your.domain/index.php?option=com_content&view=form&layout=edit
  2. Select Article as the Menu Item Type (default is CMS content).
  3. A modal window with articles will open.
  4. Check the default filter dropdown—it should now correctly display ID Descending as both the label and the actual sorting option.

Actual result BEFORE applying this Pull Request

  • The default filter label was incorrectly set to TITLE Ascending, while the actual sorting used ID Descending.
    before

Expected result AFTER applying this Pull Request

  • Both the label and the selected option now correctly show ID Descending (ensuring that the latest articles appear first).
    after

Link to Documentation

  • Documentation link for docs.joomla.org: <link>

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org: <link>

  • No documentation changes for manual.joomla.org needed

avatar Dileepadari Dileepadari - open - 10 Mar 2025
avatar Dileepadari Dileepadari - change - 10 Mar 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 10 Mar 2025
Category Front End com_content
avatar Dileepadari Dileepadari - change - 10 Mar 2025
Title
cleared miss match between default option and label in articles filter
[5.2] cleared miss match between default option and label in articles filter
avatar Dileepadari Dileepadari - edited - 10 Mar 2025
avatar Dileepadari Dileepadari - change - 10 Mar 2025
The description was changed
avatar Dileepadari Dileepadari - edited - 10 Mar 2025
avatar Dileepadari Dileepadari - change - 10 Mar 2025
The description was changed
avatar Dileepadari Dileepadari - edited - 10 Mar 2025
avatar richard67
richard67 - comment - 12 Mar 2025

@Dileepadari If you check the changed files of this PR on GitHub here, you will see that you also changed the file permissions from 644 to 755. Could you revert that?
2025-03-12_pr-45106_unwanted-mode-change

avatar Dileepadari Dileepadari - change - 13 Mar 2025
Labels Added: PR-5.2-dev
avatar Dileepadari
Dileepadari - comment - 13 Mar 2025

Thanks for pointing it out, I changed the permissions back to 644. Also please let me know should I use the same pr to clear the other two issues too or can we merge this?

Add a Comment

Login with GitHub to post a comment