justinpark opened a new pull request, #30272:
URL: https://github.com/apache/superset/pull/30272

   
   ### SUMMARY
   The action DASHBOARD_INFO_UPDATED changes the `first_name` and `last_name` 
properties of the owner to a `full_name` property 
[[#17570](https://github.com/apache/superset/pull/17570/files#diff-bbab1592904855ed63c204cedb8c14efc9eed397dac25756ac32f1cca4843518R206-R211)].
 However, the display change logic for the `full_name` property is only applied 
in the property modal, resulting in an error where other code referencing the 
owner outputs `undefined`.
   To resolve this issue, the same Owner type and display getter function have 
been applied in the affected code.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   Before:
   
   
https://github.com/user-attachments/assets/83ca57ec-db36-4080-8fd7-40466d696ba7
   
   After:
   
   
https://github.com/user-attachments/assets/cc0b410f-062d-4fc3-a1cf-709639bf52ec
   
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


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