-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP SP3, 7.0.3 CE GA4
-
Fix Version/s: 7.0.0 DXP FP45, 7.0.6 CE GA7, 7.0.0 DXP SP8, 7.0.X, 7.1.0 Alpha, Master
-
Component/s: JS Themes Toolkit, Core Infrastructure > Util
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:4
-
Fix Priority:3
-
Liferay Contributor's Agreement:Accept
-
Git Pull Request:
Try to call iconURL() method from a navItem element (in navigation.ftl)
Expected result :
/layout_icon?img_id=XXXXX&t=XXXXX
Actual result
/layout_icon?img_idXXXXX&t=XXXXX
To Fix it
change sb.append("/layout_icon?img_id"); to sb.append("/layout_icon?img_id=");