Error: unsupported value "entityValue"
MikeJerred opened this issue · 2 comments
MikeJerred commented
I get an error when trying to view an entity from properties.js
in the function valueToEditValue
, as there is no handling for values of type "entityValue".
remko commented
@MikeJerred I haven't added it because I don't use those myself. I'll try to find some time soon to add at least read-only support for it.
remko commented
@MikeJerred I added read-only support for entity values. As I don't use them myself in production, they didn't receive much testing, so keep an eye out, and let me know if something doesn't work.