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


##########
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:
   I see. Then in that case, I'll only add the missing attributes and not to 
remove the nested field names.



-- 
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