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.
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.
Now the parent and child tags all appear mixed together.
4.2.9-rc1
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-03-19 06:41:44 |
Closed_By | ⇒ | N6REJ |
Labels |
Removed:
bug
|
Not a duplicate
Status | Closed | ⇒ | New |
Closed_Date | 2023-03-19 06:41:44 | ⇒ | |
Closed_By | N6REJ | ⇒ |
Labels |
Added:
bug
|
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.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-09-01 14:53:16 |
Closed_By | ⇒ | brianteeman |
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
I think, unpublished tags should be visible #40069 (comment)