Skip to content
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

Class _User does not appear in filter dialog #2596

Closed
4 tasks done
mtrezza opened this issue Sep 12, 2024 · 1 comment · Fixed by #2599
Closed
4 tasks done

Class _User does not appear in filter dialog #2596

mtrezza opened this issue Sep 12, 2024 · 1 comment · Fixed by #2599
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mtrezza
Copy link
Member

mtrezza commented Sep 12, 2024

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 Dashboard version: 6.0.0-alpha.11
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
1 participant