Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
When a class has a field of type pointer to the _User
class, the class does not appear in the filter dialog drop down.
Steps to reproduce
- Create class "Temp".
- Add field "user" of type pointer to
_User
. - Open filter dialog and under try to select
_User
in dropdown "Class".
Actual Outcome
There is no item _User
in dropdown "Class".
Expected Outcome
There should be an item _User
in dropdown "Class" since the class has a pointer field to the _User
class.
Environment
Dashboard
- Parse Dashboard version:
6.0.0-alpha.11