Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to edit array containing null object from dashboard #869

Closed
3 tasks done
JacobJT opened this issue Jul 13, 2018 · 0 comments · Fixed by #922
Closed
3 tasks done

Unable to edit array containing null object from dashboard #869

JacobJT opened this issue Jul 13, 2018 · 0 comments · Fixed by #922

Comments

@JacobJT
Copy link

JacobJT commented Jul 13, 2018

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!

  • You're running version >=1.0.23 of Parse Dashboard.

  • You're running version >=2.3.2 of Parse Server.

  • You've searched through existing issues. Chances are that your issue has been reported or resolved before.

Environment Setup

Parse Dashboard 1.1.2 with parse-server 2.7.4 hosted on AWS, run through Chrome on OSX

Steps to reproduce

  • (Bug on our part, still figuring out where it came from) Store Null in an array
  • View object with null in array on dashboard
  • Try to edit array. The box never comes up

Logs/Trace

I don't have any logs to show, but I did find the object in mLab. The array field's value is set to: [ null ]

I need to finish our investigation as to why null made it into the array in the first place, but it seems once it does it causes some problems. Seems it should either not be allowed in arrays, or arrays containing it have some bugs to iron out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant