User tests: Successful: Unsuccessful:
Batch copying a category allows to reverse order all articles in the selected categories. But categories are not only for articles. It can be anything. So this function should not be proposed to other components.
If someone is wondering if it really only works for articles, the code would be here:
https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_categories/models/category.php#L853
As you will see, it is hardcoded to com_content:
joomla-cms/administrator/components/com_categories/models/category.php
Lines 877 to 879 in b7fb043
Make the "Reverse the ordering of all articles...." conditional to only show when we're in com_content categories.
Go to any categories manager (eg articles categories, banner categories, contact categories), select at least one category and then select "Batch" from the "Actions" dropdown.
Regardless if we're managing categories from com_content or com_contact (or any other component), it always offers to reorder the articles:
The option only shows for com_content. In other components it isn't show.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_categories |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-19 13:04:45 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
|
Thanks!
I have tested this item✅ successfully on 25905df
Reorder the articles
is gone on categories:This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33190.