User tests: Successful: Unsuccessful:
Pull Request for Issue # .
The category manager has links to the published, unpublished, archived, trashed articles
The (max) level filter is wrong , it should be 1
thus limiting to the category itself, without including article in subcategories
Instead the (max) level filter is the level of the category
(The wrong) result is that
if category is at level e.g. 2 then we will include
In categories manager, click on article manager links (on some non-top level category) , e.g. published articles
(Note only top-level categories have non-bogus links)
Only articles of the category should be should be shown
Articles in sub-categories are shown
None
Note: use J3.7.5 or J3.8.0 + PR #18179,
thus this bug is hidden in J3.8.0
Category | ⇒ | Administration com_categories |
Status | New | ⇒ | Pending |
The issue does has no effect in top level categories since their level is 1
in e.g. a category of level 3, click on published item links
look at the loaded URL
administrator/index.php?option=com_content&filter[category_id]=241&filter[published]=1&filter[level]=3
you see filter[level]=3
aka bug !!
the above means show me items in category no 241 and in sub-categories up to 3 level down
wrong !!
I have tested this item
OOps, indeed. You are right.
Patch OK for me.
Gueys i tried to test but didn't understand Instructions. Can someone give Screenshots using Sample Datas to show what to test exactly?
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-10-24 21:27:15 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
in Joomla 3.8.1 i can confirm: Articles in sub-categories are NOT shown in article manager, the (max) level filter not work.