Skip to content

Array of Pointers issue with displaying data #105

Closed
@gateway

Description

@gateway

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.

image

Old Dashboard

image

EDIT: Checked MongoLab (Mlab) to view the data in the database here is the raw data

image

Logs/Trace

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions