hainenber commented on code in PR #32035:
URL: https://github.com/apache/superset/pull/32035#discussion_r1965833096


##########
superset-frontend/src/pages/DashboardList/index.tsx:
##########
@@ -118,12 +118,13 @@ const DASHBOARD_COLUMNS_TO_FETCH = [
   'published',
   'url',
   'slug',
-  'changed_by',
+  'changed_by.id',
+  'changed_by.first_name',
+  'changed_by.last_name',
   'changed_on_delta_humanized',
   'owners.id',
   'owners.first_name',
   'owners.last_name',
-  'owners',

Review Comment:
   The attributes like `owners.last_name` are the one populating the owners 
field. For some reasons, you have to specify atributes for nested fields like 
`owners` and `changed_by`. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to