-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.10-HF30
-
Fix Version/s: 9.10-HF32, 10.10-HF07, 11.1, 2021.0
-
Component/s: Seam / JSF UI, Tagging
-
Release Notes Summary:Search by tags is fixed for the implementation based on Relations.
-
Tags:
-
Backlog priority:900
NXP-26900 implementation (removal of GUI search entry in JSF for facet implementation of tags) removes also the ability to search by tags when using the relations implementation of tags
To reproduce in 9.10:
- Install 9.10+HF29
- force the relations implementation of tags using the attached contribution in nxserver/config
- Boot and create some tags
- Observe search by tags icon behavior on the left-hand-side => it works
- Install HF30
- Boot
- Observe the search by tags =>
- has changed position
- has changed icon
- is now called navtree_TAG_CLOUD and that clicking on the icon does nothing and the log shows ERROR message:
TabActionsSelection] Cannot set current action 'navtree_TAG_CLOUD' for category 'TREE_EXPLORER' as this action does not hold the given category.
Expected behavior: When using the relations implementation of Tags, no change in behavior when applying a HotFix. (same icon, same position in the menu, working feature)
- is caused by
-
NXP-26900 Hide browsing by tags tab in JSF if facet implementation of tags
- Resolved