Try this workaround: the property is stored as a String anyway, so you *should* be able to change the type to "String" and see if the datastore viewer begins working again. Not sure if this will work or not, but some developers have reported this working.
On Tue, Mar 16, 2010 at 12:21 PM, Seth <[email protected]> wrote: > Aloha Ikai, > > >> Do you use any non-"primitive" properties to store data? LinkProperty, >> PhoneNumberProperty, etc? If these are set to null values or do not >> pass validation, this can cause the admin screen to error >> out:http://code.google.com/p/googleappengine/issues/detail?id=384 > > I do use the Link property type. However, I didn't think any were > null and I don't know what validation logic you are referring to. But > I suppose it's possible that somehow these values aren't valid enough > for the datastore viewer. > > I hope this bug gets fixed soon! > > Thanks, > Seth > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
