Closed
Description
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.
Issue
The PR #1694 excluded hidden columns from being fetched from the server. When showing previously hidden columns, the values for the un-hidden fields are (undefined)
, because their values have not been fetched. Clicking the "Reset" button loads the fields.
Instructions
- Hide a column with values
- Click "Reload"
- Un-hide column --> fields are empty
- Click "Reload" --> fields contain values