-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP64, 7.0.X
-
Fix Version/s: 7.0.0 DXP FP68, 7.0.X
-
Component/s: Portal Services > Templates Engine
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:4
-
Sprint:S02E06 - It's a Wonderful Life
-
Git Pull Request:
When a parameter of type HTML is used in a soy template, the renderer complains with an exception claiming:
com.google.template.soy.tofu.SoyTofuException: When evaluating "$context.content": Expected value of type 'html', but actual types was 'ConstantString'
Steps to reproduce:
- Start portal
- Deploy attached bundle
- Add a MySoyPortlet to a page
- Watch it fail
- is caused by
-
LPS-86630 Soy portlets using HTML parameters fail rendering
- Closed