Skip to content
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

Console error when picking Block List as property editor #16462

Closed
kjac opened this issue May 29, 2024 · 0 comments · Fixed by umbraco/Umbraco.CMS.Backoffice#2067
Closed

Console error when picking Block List as property editor #16462

kjac opened this issue May 29, 2024 · 0 comments · Fixed by umbraco/Umbraco.CMS.Backoffice#2067

Comments

@kjac
Copy link
Contributor

kjac commented May 29, 2024

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

V14 RC5

Bug summary

When picking Block List as property editor for a new datatype, the JS console reports the following error:

TypeError: Cannot assign to read only property '0' of object '[object Array]'
    at Array.sort (<anonymous>)
    at UmbArrayState.setValue (array-state.js:49:34)
    at UmbDataTypeWorkspaceContext._mergeConfigProperties (data-type-workspace.context.js:145:30)
    at Object.next (data-type-workspace.context.js:108:18)

image

The datatype configuration seems fully functional despite the JS error.

NOTE: This also applies to Block Grid.

Specifics

No response

Steps to reproduce

  1. Create a new datatype and pick the Block List as property editor.
  2. Observe the error in the JS console.

Expected result / actual result

No response


This item has been added to our backlog AB#41888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants