No Code Attached Yet bug
avatar impressionestudio
impressionestudio
10 Mar 2023

Steps to reproduce the issue

You need to have created many tags in a random order (not alphabetical) with groups and subgroups (3 levels) in order to see the problem easily. Then go to the articles, open filters and click the tag list.

Expected result

The list of tags in the filter section of articles should be displayed alphabetically, but should keep groups and subgroups together, otherwise the feature for parent tags is not useful. Now there is no way to tell which parent tags the sub-tags belong to.
Furthermore the unpublished tags should not be visible here.

Actual result

Now the parent and child tags all appear mixed together.

System information (as much as possible)

4.2.9-rc1

Additional comments

Please see the image to understand better.
Wrong tag order in the article filters

avatar impressionestudio impressionestudio - open - 10 Mar 2023
avatar impressionestudio impressionestudio - change - 10 Mar 2023
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 10 Mar 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 10 Mar 2023
avatar impressionestudio impressionestudio - change - 10 Mar 2023
The description was changed
avatar impressionestudio impressionestudio - edited - 10 Mar 2023
avatar Hackwar Hackwar - change - 10 Mar 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 10 Mar 2023
avatar chmst
chmst - comment - 13 Mar 2023

Furthermore the unpublished tags should not be visible here.

I think, unpublished tags should be visible #40069 (comment)

avatar N6REJ N6REJ - close - 19 Mar 2023
avatar N6REJ
N6REJ - comment - 19 Mar 2023

closing as duplicate of #40069

avatar N6REJ N6REJ - change - 19 Mar 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-03-19 06:41:44
Closed_By N6REJ
avatar N6REJ N6REJ - change - 19 Mar 2023
Labels Removed: bug
avatar N6REJ N6REJ - unlabeled - 19 Mar 2023
avatar brianteeman
brianteeman - comment - 19 Mar 2023

Not a duplicate

avatar N6REJ N6REJ - change - 19 Mar 2023
Status Closed New
Closed_Date 2023-03-19 06:41:44
Closed_By N6REJ
avatar N6REJ N6REJ - reopen - 19 Mar 2023
avatar N6REJ N6REJ - change - 19 Mar 2023
Labels Added: bug
avatar N6REJ N6REJ - labeled - 19 Mar 2023
avatar richard67
richard67 - comment - 19 Mar 2023

Clearly not a duplicate because the issue happens at 2 different places. But it is not very helpful to use the same title and almost the same description, so a quick reader could think indeed it is a duplicate. Anyway thanks for reporting the issues.

Update: I just see the titles differ and tell all. All good. Sorry for confusion.

avatar brianteeman brianteeman - change - 1 Sep 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-09-01 14:53:16
Closed_By brianteeman
avatar brianteeman brianteeman - close - 1 Sep 2023
avatar brianteeman
brianteeman - comment - 1 Sep 2023

The tags in the filter dropdown are displayed in the order that can be changed in the tags component.

The query that builds the list is below . It is not possible to break the grouping.

SELECT `a`.`id`,`a`.`title`,`a`.`level`,`a`.`parent_id`
FROM `e11lk_tags` AS `a`
WHERE `a`.`parent_id` > 0 AND `a`.`published` IN (1)
ORDER BY `a`.`lft`

In other words I cannot replicate the reported problem so am closing this here. Perhaps it was solved elsewhere

Add a Comment

Login with GitHub to post a comment