bug PR-6.0-dev Pending

User tests: Successful: Unsuccessful:

avatar chmst
chmst
20 Oct 2025

Pull Request for Issue #46333 .

Summary of Changes

Don't use the data-nested attribute when features articles are selected.

Testing Instructions

Make a few featured articles in different categories.
In the articles overview select featured articles.
Use drag an drop for re-ordering.

Actual result BEFORE applying this Pull Request

Re-Ordering is possible only in a category.

Expected result AFTER applying this Pull Request

Re-ordering is possible regardless of categories

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 chmst chmst - open - 20 Oct 2025
avatar chmst chmst - change - 20 Oct 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 20 Oct 2025
Category Administration com_content
avatar chmst chmst - change - 20 Oct 2025
Title
Featured articles can be ordered regardless of category
[6.0] Featured articles can be ordered regardless of category
avatar chmst chmst - edited - 20 Oct 2025
8451d07 20 Oct 2025 avatar chmst cs
avatar chmst chmst - change - 20 Oct 2025
Labels Added: PR-6.0-dev
avatar HLeithner
HLeithner - comment - 21 Oct 2025

This will not solve the issue, the ordering for featured is saved in the different table which is not changed on the "standard" articles list. You need to update the column ordering in #__content_frontpage independent from the ordering column in #__content.

avatar brianteeman
brianteeman - comment - 21 Oct 2025

looks like the content_frontpage table is completely ignored

avatar richard67
richard67 - comment - 21 Oct 2025

looks like the content_frontpage table is completely ignored

That should definitely not be the case. The purpose of that table is to provide separate ordering and feature up and down times for the featured articles.

avatar brianteeman
brianteeman - comment - 21 Oct 2025

a record is created in that table when something is featured but the ordering column in that table never changes

avatar chmst
chmst - comment - 21 Oct 2025

Please re-test. If this solution is accepted, we can change the deprecation info in the manual.

avatar brianteeman
brianteeman - comment - 21 Oct 2025

it works

avatar chmst chmst - edited - 21 Oct 2025
avatar chmst chmst - change - 21 Oct 2025
The description was changed
avatar chmst chmst - edited - 21 Oct 2025
avatar chmst chmst - edited - 21 Oct 2025
avatar brianteeman
brianteeman - comment - 22 Oct 2025

correction. It work correctly in that changing the order in the admin does update the content_frontpage table BUT the front end display is still wrong

avatar brianteeman
brianteeman - comment - 22 Oct 2025

Admin

image

frontend

image
avatar brianteeman
brianteeman - comment - 22 Oct 2025

Re the above report. I can see now that the problem I reported was because of the ordering of the categories which takes precedent over the article AND that is nothing new in j6 the same is true when ordering featured articles in J5 as well. This is because the default ordering for a featured articles menu is Category order and then Article order and to truly get the articles in Featured Article order you have to set category order to no order. In other words this is not related to this PR

image
avatar brianteeman brianteeman - test_item - 22 Oct 2025 - Tested successfully
avatar brianteeman
brianteeman - comment - 22 Oct 2025

I have tested this item ✅ successfully on a53b7e0


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46342.

avatar ChristineWk ChristineWk - test_item - 23 Oct 2025 - Tested successfully
avatar ChristineWk
ChristineWk - comment - 23 Oct 2025

I have tested this item ✅ successfully on a53b7e0


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46342.

avatar richard67 richard67 - change - 23 Oct 2025
Labels Added: bug
avatar richard67 richard67 - alter_testresult - 23 Oct 2025 - brianteeman: Tested successfully
avatar richard67 richard67 - alter_testresult - 23 Oct 2025 - ChristineWk: Tested successfully
avatar richard67 richard67 - change - 23 Oct 2025
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 23 Oct 2025

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46342.

avatar chmst
chmst - comment - 24 Oct 2025

@ChristineWk and @brianteeman thanks for testing. I too was wondering about the order of articles in frontend, thank you for explaining it here.

Add a Comment

Login with GitHub to post a comment