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
Original issue reported on code.google.com by
hellboun...@gmail.com
on 4 Oct 2012 at 8:59Attachments: