Create a menu item in the admin area to only list articles of a certain category chosen in the filter tab which results in a link like this: index.php?option=com_content&view=articles&filter_category_id=1
A list of articles from only the chosen category.
A list of all articles unfiltered.
Joomla 5.2.0 fresh install, upgraded from latest J4.
If I use the filter options in the article listing everything works fine. But when it should filter from a filter provided via URL nothing changes. The set filter from the article list does not change, no matter which URL I use to change the listing.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Thank you, this is working as expected.
But: That should be the case when creating a link through the menu item's interface. Now I would have to manually enter every link as a system link and provide the ID of each category by hand. Since the site has around 30 categories whose articles need to be edited by the user, I would have to create 30 system links by hand entering each category ID by hand as well.
It would be great if the filter option could be fixed to create a functional link again.
Thank you again for the quick solution so we can keep working on the project.
Ah I see what you mean now.
I can confirm that the the links generated by Joomla when creating an admin menu item do not work correctly any more.
Labels |
Added:
bug
|
This was caused by the changes made by @Hackwar in #43230 in administrator/components/com_content/src/Model/ArticlesModel.php
@Hackwar I can do a PR to revert that change but maybe thats too much. I'd appreciate it if you could take a look. Basically this admin menu can be created with various filters all of which dont work without the code you removed. This is the only admin menu type impacted as none opf the others have a filter option
Too bad this bug was not fixed with 5.2.1. As long as the bug persists, we have to stay with 5.1 and can't use the nice new features of 5.2 ;(
We only need to add the allowed filters back. I can create a PR for it.
We only need to add the allowed filters back. I can create a PR for it.
obviously
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-11-08 10:54:45 |
Closed_By | ⇒ | richard67 |
Please try
administrator/index.php?option=com_content&view=articles&filter[category_id]=1