google-code-export / appengine-devappserver2-experiment

Automatically exported from code.google.com/p/appengine-devappserver2-experiment
0 stars 0 forks source link

LocalStructuredProperties are not decoded on the datastore admin page #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a LocalStructuredProperty on an entity.
2. Make it repeated for extra uglyness
3. Try to new the entity in the datastore admin

What is the expected output? What do you see instead?
I expect the entity to be decoded instead of a way protocol buffer

What version of the product are you using? On what operating system?
Mac OS X, devappserver2 included with sdk 1.7.6.

Please provide any additional information below.
I typically work around this issue by connecting to my server with the 
remtoe-api-shell.

Original issue reported on code.google.com by jim@twist.com on 3 Apr 2013 at 11:00