-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unset property freezes dashboard #311
Comments
Are you seeing any errors in the JS console? |
I'm unable to reproduce this issue. |
Apparently the issue concerns only Number columns. Here is the error :
|
I still haven't been able to reproduce this issue, even with numbers. What browser are you using? Would you have able to set a breakpoint in the debugger and poke around to see if you see anything odd looking? |
I'm using Safari 9.0.3 |
I can't reproduce in Safari 9.1. Can you make sure your browser and dashboard are up to date and see if you still get the issue in other browsers? |
No response in many days, closing. |
Sorry for the late response. It seems that the problem is fixed with latest Safari... |
In parse dashboard, let's say you have a column named
points
. In one line, the property is set to 2. If you erase it, the property is set toundefined
. This works fine.The only problem is that these steps make the dashboard freezes. You cannot update any other property in any line/column of the class.
The text was updated successfully, but these errors were encountered: