jaymasiwal opened a new pull request, #37985: URL: https://github.com/apache/superset/pull/37985
### SUMMARY Restore first_name + last_name as the primary label in the Action Logs "User" column. Since #33298, only `username` was displayed. In environments where usernames are GUIDs (e.g., Azure OAuth), this made logs difficult to read. This change: - Displays `first_name` + `last_name` when available - Falls back to `username` if name fields are empty - Shows `username` in a tooltip when full name is displayed ### SCREENSHOTS <img width="1890" height="855" alt="image" src="https://github.com/user-attachments/assets/548dac42-118e-44d9-a5f0-79db60b35fc6" /> ### TESTING INSTRUCTIONS 1. Run Superset locally. 2. Navigate to `/actionlog/list`. 3. Verify: - Users with first_name/last_name display full name. - Tooltip shows username on hover. - Users without name fields fall back to username. 4. Run: - `npm run type` - `npm run lint` ### ADDITIONAL INFORMATION - [x] Has associated issue: #33298 - [ ] Required feature flags - [x] Changes UI - [ ] Includes DB Migration - [ ] 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]
