-
-
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
It's no more possible to set CLP to pointers in version 2.1.0 #1552
Comments
@SebC99 I could be wrong, but last time I checked it was possible to set pointer CLPs. I think you just have to press |
I think Server {
"class_permissions": {
"get": { "user": true },
"find": { "user": true },
"count": { "user": true },
"create": {},
"update": {},
"delete": {},
"addField": {},
"protectedFields": { "*": [] }
} Server {
"class_permissions": {
"get": { "pointerFields": ["user"] },
"find": { "pointerFields": ["user"] },
"count": { "pointerFields": ["user"] },
"create": {},
"update": {},
"delete": {},
"addField": {},
"protectedFields": { "*": [] }
} |
Hi, I am also facing issues with the pointer / array of pointer CLP edition on parse dashboard. Adding an authorization for a specific pointer would add the field name of the pointer in the I've been reading the source code and it does handle |
@henrikperrochon, @SebC99 could you verify whether this issue still occurs with the latest alpha version? |
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
With last version (2.1.0) of the dashboard, it's no more possible to set CLP to pointers as when we choose one of the pointer suggested in the list, nothing happens, and the row is not updated
Logs/Trace
No error concerning this issue in the console (just a
Uncaught TypeError: Cannot read property 'current' of undefined at IntersectionObserver.<anonymous> (dashboard.bundle.js:95)
which does not seems relatedThe text was updated successfully, but these errors were encountered: