-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview error when using, in nested blocks, an Umb.PropertyEditorUi.ContentPicker on 3.0.0 with umbraco 15.1.1 #87
Comments
@isIulian v3.2.0 is now on NuGet, please test and report back! |
Hi @rickbutterfield, sorry for the late response. I was a little busy with some tasks and wanted to test the "feature fix" without haste. The message and stacktrace of the exception is still the same. PS. I tried version 3.2.0, 3.2.1 and 3.2.3 of the package to ensure is not a possible regression on latest version |
@isIulian this is very odd as I can't see the same behaviour on my test site! Please can you confirm what version number is showing up under Packages section > Installed tab? Also, are you still running Umbraco 15.1.1 or have you upgraded to 15.2? |
@rickbutterfield on the project I'm using 3.0.0 at the moment. I will upgrade it to 3.2.3 in the next days. I will try to make the same configuration on the test site on the repository and will let you know or share somehow if on the test site will verify the same problem to have the same base. Thank you |
@rickbutterfield Just to let you know that we are getting the same error on Umbraco version 15.2 and version 3.2.4 of the BlockPreview. |
Which Umbraco.Community.BlockPreview version are you using?
3.0.0
Which Umbraco version are you using? For example: 10.4.0 - don't just write v10
15.1.1
Bug summary
In a umbraco project I'm using the packages blockgrid to create a block of products.
The products property is a Nested BlockList in which you can use a block to populate
the product card or one with a content picker to point to specific doc types of the tree.
On nested block the content picker is of the property Umb.PropertyEditorUi.ContentPicker
and when setted with a value the generated preview for the backoffice fails.
However, with a direct block and the same property type the problem isn't happening.
The exception is in the
UdiParser
class of Umbraco that receives a bad formatted from the property value converterMultiNodeTreePickerValueConverter.ConvertSourceToIntermediate
Ps. I'm not sure is related but with contentPicker there are some older issues/74
Steps to reproduce
Umb.PropertyEditorUi.ContentPicker.
Blocks setup from document page:
Expected result / actual result
Indifferently from the nested level of the content picker property the preview should be generated.
The text was updated successfully, but these errors were encountered: