remko / dsadmin

Google Cloud Datastore Emulator Administration UI
MIT License
60 stars 6 forks source link

Error: unsupported value "entityValue" #4

Closed MikeJerred closed 2 years ago

MikeJerred commented 2 years ago

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 2 years ago

@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 2 years ago

@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.