-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[6.0] Featured articles can be ordered regardless of category #46342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 6.0-dev
Are you sure you want to change the base?
Conversation
|
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 |
|
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. |
|
a record is created in that table when something is featured but the ordering column in that table never changes |
|
Please re-test. If this solution is accepted, we can change the deprecation info in the manual. |
|
it works |
|
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 |
|
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. |
1 similar comment
|
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. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46342. |
|
@ChristineWk and @brianteeman thanks for testing. I too was wondering about the order of articles in frontend, thank you for explaining it here. |



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