parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.75k stars 1.39k forks source link

Class `_User` does not appear in filter dialog #2596

Closed mtrezza closed 1 month ago

mtrezza commented 1 month ago

New Issue Checklist

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

  1. Create class "Temp".
  2. Add field "user" of type pointer to _User.
  3. 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-github-assistant[bot] commented 1 month ago

Thanks for opening this issue!