robbyrob42 / forceworkbench

Automatically exported from code.google.com/p/forceworkbench
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

DEFECT: table list view of selected child fields is incorrect #592

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. soql query with parent field, and 3 child fields
select id, (select name, Contact__r.name, Institution__r.name  from 
meeting_object_linkers__r) from task_object__c

2.
3.

What is the expected output? What do you see instead?

expected output is a table list view. unfortunately the table list view does 
not display correctly. The data for the contact__r.name field never displays in 
it's own column... it displays in the Institution__r.name column. Thus the 
contact__r.name field column is always empty

On what operating system and browser?
Firefox, windows 7

Please provide any additional information below.
seems like a minor issue with how the data is outputted. Data is there, just 
not in the correct column

Original issue reported on code.google.com by hellboun...@gmail.com on 4 Oct 2012 at 8:59

Attachments:

GoogleCodeExporter commented 9 years ago
Dupe of #199

Original comment by ryan.bra...@gmail.com on 8 Oct 2012 at 5:25