On a fresh Drupal 8 beta 14 install:

  1. Create a basic page content item with some body content (which will be in HTML)
  2. Create a view
  3. Set Show to Fields
  4. Add Content: Title and Content:Body fields
  5. Turn on aggregation
  6. Note that the Content: Body field will have it's html tags escaped.

Comments

mikejw created an issue. See original summary.

mikejw’s picture

Issue summary: View changes
geertvd’s picture

Version: 8.0.0-beta14 » 8.0.x-dev

I can reproduce this in HEAD

geertvd’s picture

Issue tags: +VDC

I'm not really sure what the expected behaviour is though. When you check "format" under "Aggregation settings" for the body field it is rendered properly.
This is also how it works in d7

mikejw’s picture

Status: Active » Closed (works as designed)

Ok, thanks, I didn't realise this is how it works and I hadn't noticed the format checkbox (since it is under Group columns I didn't expect that it would fix the HTML escaping issue!).

Thanks again.

munyiva’s picture

Thank you.

Checking Group column : Entity ID resolve this for me.