Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.0.0-rc1
Bug summary
Whilst testing out v13rc1 I came across this issue
In the block list, when using the ncRichText angular filter in the label for a block list item, it is not returning anything
Specifics
Label configuration using ncRichText angular filter
Doesn't show the value anymore
I think it may have been broken by this PR
Steps to reproduce
Create a block list data type
Add a block list item to the available blocks, this item needs to have a property on it which is a rich text property.
In configuration for the block , add this to the label field, when content is the alias of the rich text field:
Rich Text: {{ content | ncRichText }}
You will see that it only returns the first part of the label like this:
Rich Text:
but it doesn't return anything for the value of the property.
If you take the | ncRichText
filter off it does return the value in the label but as html which is what you would expect anyway.
Expected result / actual result
I expected the html to be returned as text in the label for a block list item but instead I got nothing.
This item has been added to our backlog AB#34799