-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
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
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
- Create class
Testwith 2 pointer fields for class_User:userA,userB. - Open class
_User. - 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 - userATest - userB
Environment
Dashboard
- Parse Dashboard version:
4.1.2
Metadata
Metadata
Assignees
Labels
state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:featureNew feature or improvement of existing featureNew feature or improvement of existing feature