umbraco / Umbraco.UIBuilder.Issues

Back office UI builder for Umbraco
3 stars 2 forks source link

Missing `DataTypeKey` in PropertyDisplayModel #80

Closed andrewmckaskill closed 9 months ago

andrewmckaskill commented 9 months ago

Describe the bug I am trying to use Contentment data picker inside UI-Builder. It's failing because it is missing the DataTypeKey property inside its editor model.

I have validated through debugging that adding this property resolves the issue and allows contentment data-picker to work inside UI-Builder.

Samples:


This item has been added to our backlog AB#35772

andrewmckaskill commented 9 months ago

Note: this property is present when using the dataPicker inside a content item, just not a ui-builder item.

Angular model of editor when used inside content item: image

Angular model of editor when used inside ui-builder item: image

acoumb commented 9 months ago

Hi @andrewmckaskill ,

This issue has been fixed with the latest patch releases - 10.0.2/12.0.2.

Thank you, Adrian