Piranha.core: Items on BlockGroup still not gets serialized

Created on 2 Apr 2019  路  3Comments  路  Source: PiranhaCMS/piranha.core

ref: #543

Same approach, but now the items gets serialized as individual blocks instead of getting added to items array of the blockgroup.

"blocks":[
   {
      "body":{
         "value":"<p>&nbsp;afsdfsdfsdfsdfsdfsdf<br></p>"
      },
      "type":"Piranha.Extend.Blocks.HtmlBlock"
   },
   {
      "items":[],
      "type":"DPV.Web.Models.Blocks.LinkBlock"
   },
   {
      "hyperLink":{
         "value":"jkliiio"
      },
      "icon":{
         "id":"a43926f7-c7c9-45da-987c-426bffe42459",
         "hasValue":true
      },
      "picture":{
         "id":"a43926f7-c7c9-45da-987c-426bffe42459",
         "hasValue":true
      },
      "subTitle":{
         "value":"jkhjkukuik"
      },
      "title":{
         "value":"jkhjkjkjkjkjkjkjkjk"
      },
      "type":"DPV.Web.Models.Helpers.Link"
   }
]

I'm using version 6.0

bug core core-ef

All 3 comments

This is my bad. This was identified and fixed during testing, but unfortunately I seem to have applied to fix to the wrong branch.

Fixed as of commit 96a41478619e8ee5dcf2ecbf17e08a0638a2d254

Deployed and available on NuGet as of version 6.0.1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SamBray picture SamBray  路  3Comments

OmidID picture OmidID  路  3Comments

codesoroush picture codesoroush  路  6Comments

peppelorum picture peppelorum  路  3Comments

baibhavs picture baibhavs  路  3Comments