umbraco / Umbraco.UIBuilder.Issues

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

Not populating $scope.model.dataTypeKey, problems using Contentment Data Picker #76

Closed brannmark closed 9 months ago

brannmark commented 10 months ago

Describe the bug When using Contentment Data Picker we noticed a problem. UI builder is not populating $scope.model.dataTypeKey which Contentment use for the data picker. More info on the bug here: https://github.com/leekelleher/umbraco-contentment/issues/368#issuecomment-1814249813

Steps To Reproduce Steps to reproduce the behavior:

  1. Create a datatype using Contentment Data Picker
  2. Add as datatype for a field in UI Builder
  3. Try to use the data picker
  4. See error in throwing a 404 because dataTypeKey is empty GUID.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):


This item has been added to our backlog AB#35174

acoumb commented 9 months ago

Hi @brannmark ,

I have released version 12.0.2 of Umbraco.UIBuilder with a fix to this issue.

Thank you, Adrian