Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Matthew LeeMatthew Lee(Deactivated)Reporter
Alberto ChaparroAlberto ChaparroLabels
Branch Version/s
6.1.xBackported to Branch
CommittedGit Pull Request
Bug Type
Regression BugComponents
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Matthew Lee
Matthew Lee(Deactivated)Reporter
Alberto Chaparro
Alberto ChaparroLabels
Branch Version/s
6.1.x
Backported to Branch
Committed
Git Pull Request
Bug Type
Regression Bug
Components
Fix versions
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created March 5, 2012 at 9:17 AM
Updated June 24, 2023 at 3:55 PM
Resolved August 22, 2012 at 10:36 AM
Steps to reproduce:
1- Create the following structure of categories:
– Dog
Terrier
Rottweiler
2- Go back to a page and add a categories navigation portlet
3- Select one of the child categories (Terrier or Rottweiler)
The category is selected but the tree doesn't expand
I think is a problem caused by https://liferay.atlassian.net/browse/LPS-24043#icft=LPS-24043. Now all the categories have the tag <strong> (instead of only the selected category) and the javascript code looks for this tag in order to expand the tree properly (see portal-web/docroot/html/taglib/ui/asset_categories_navigation/page.jsp)