Closed
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
- [ x] You're running version >=2.1.4 of Parse Server.
- [x ] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
OSX Dashboard
Steps to reproduce
In the old version of the Parse Server we are saving a array of pointers to facebook friends.. something similar to this:
[{"__type":"Pointer","className":"_User","objectId":"eLNmQ8vx39"},{"__type":"Pointer","className":"_User","objectId":"WCCx0rNaki"}]
When you look at it in the new dashboard it has a bunch of extraneous data, basically all the info from the users in the array instead of a nice array listed above.
Data in New Dashboard for that same column.
Old Dashboard
EDIT: Checked MongoLab (Mlab) to view the data in the database here is the raw data