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
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
Test
with 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 - userA
Test - userB
Environment
Dashboard
- Parse Dashboard version:
4.1.2