You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.5.0
Bug summary
I'm attempting to create some Block Grid content for a node with the property of pageBody.
I've got this working by using the Content Service and it's working nicely for the most part.
I have a structure that looks like this:
Row
Column
Editor
Column
Editor
The editors in this case are a custom doc type used to build a carousel.
To create the structure and content I'm creating a JSON object which follows the Block Grid content structure and it's all working nicely until it comes to creating the block list items which represent each slide.
This is the JSON that I'm using to create the block grid:
There are no errors and everything saves but not the carousel slides.
I'm not certain if this is a bug or a problem with the structure of my code but I can't get it to work even though I'm passing in the JSON which looks the same as the working version that is returned from the node property if I create the grid manually.
Specifics
No response
Steps to reproduce
Create a new block grid data type
Create configurations for a Full Width Row, and an Article row which contains two areas side-by-side
Create a carousel slide doc type with just text as the property
Create a carousel doc type which has one property of carouselSlides, this should be a block list editor making use of the slide doc type in step 3
Allow Article row to be created inside the Full Width row
Allow the carousel editor to be created inside the Article row
Add a new doc type Home with a property of pageBody which should be the new block grid type we created earlier
Use the content service to save the content using the above JSON example as the basis
Expected result / actual result
The carouselSlides property should have a slide with some text set but no matter what I try, this property seems to be empty always.
The text was updated successfully, but these errors were encountered:
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We'll assess whether this issue relates to something that has already been fixed in a later version of the release that it has been raised for.
If it's a bug, is it related to a release that we are actively supporting or is it related to a release that's in the end-of-life or security-only phase?
We'll replicate the issue to ensure that the problem is as described.
We'll decide whether the behavior is an issue or if the behavior is intended.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.5.0
Bug summary
I'm attempting to create some Block Grid content for a node with the property of
pageBody
.I've got this working by using the Content Service and it's working nicely for the most part.
I have a structure that looks like this:
The editors in this case are a custom doc type used to build a carousel.
To create the structure and content I'm creating a JSON object which follows the Block Grid content structure and it's all working nicely until it comes to creating the block list items which represent each slide.
This is the JSON that I'm using to create the block grid:
This creates the rows, the columns, and the carousel but the
carouselSlides
property is empty.For comparison, an example of the slides I'm trying to create look like this:
If I create the content manually and get the data back, it comes back like this:
This structure looks to match, but it simple won't appear on the content when I view it in the UI.
This is how I'm saving the content:
There are no errors and everything saves but not the carousel slides.
I'm not certain if this is a bug or a problem with the structure of my code but I can't get it to work even though I'm passing in the JSON which looks the same as the working version that is returned from the node property if I create the grid manually.
Specifics
No response
Steps to reproduce
text
as the propertycarouselSlides
, this should be a block list editor making use of theslide
doc type in step 3Home
with a property ofpageBody
which should be the new block grid type we created earlierExpected result / actual result
The
carouselSlides
property should have a slide with some text set but no matter what I try, this property seems to be empty always.The text was updated successfully, but these errors were encountered: