Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
-
[ X] You're running version >=1.0.23 of Parse Dashboard.
-
[ X] You're running version >=2.3.2 of Parse Server.
-
[ X] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
"dependencies": {
"csv": "^5.1.2",
"csvtojson": "^2.0.10",
"express": "~4.11.x",
"kerberos": "~0.0.x",
"parse": "~1.8.0",
"parse-server": "*"
},
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=4.3"
}
Steps to reproduce
Use Manage Columns and hide any column and try to change value of any visible column
Logs/Trace
Note: If you get a browser JS error please run npm run dev
. This will provide source maps and a much more useful stack trace.