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

Related records in context menu ambiguous #2191

Closed
4 tasks done
mtrezza opened this issue Jun 28, 2022 · 4 comments · Fixed by #2264
Closed
4 tasks done

Related records in context menu ambiguous #2191

mtrezza opened this issue Jun 28, 2022 · 4 comments · Fixed by #2264
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Jun 28, 2022

New Issue Checklist

Issue Description

Right clicking on a pointer in the data browser shows the menu "Get related records" where it lists all classes with a pointer of the same class. If a class has multiple pointers of the same class, the class shows up multiple times in the list, without indication which fields is referenced with each entry.

Steps to reproduce

  1. Create class Test with 2 pointer fields for class _User: userA, userB.
  2. Open class _User.
  3. Right click on objectId > Get related records.

Actual Outcome

There are two entries in list for Test class without indication which entry corresponds to userA and which to userB.

Expected Outcome

There are two entries in list for Test class with the field name next to it, for example:

  • Test - userA
  • Test - userB

Environment

Dashboard

  • Parse Dashboard version: 4.1.2
@parse-github-assistant
Copy link

parse-github-assistant bot commented Jun 28, 2022

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:feature New feature or improvement of existing feature bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Jun 28, 2022
@mtrezza mtrezza linked a pull request Sep 14, 2022 that will close this issue
4 tasks
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-alpha.13

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Sep 17, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-beta.2

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 27, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants