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


##########
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:
   Re-added old nested fields. Issue is still fixed with less risks :D
   
   <img width="1313" alt="image" 
src="https://github.com/user-attachments/assets/e2e7bdd3-a509-4436-bb1c-67df4b5dfc9b";
 />
   



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to