feat(owners): display email in owner selectors (#37906)

This commit is contained in:
Michael S. Molina
2026-02-13 09:01:05 -03:00
committed by GitHub
parent 0c0d915391
commit e3e2bece6b
25 changed files with 407 additions and 70 deletions

View File

@@ -1035,6 +1035,7 @@ class TestChartApi(ApiOwnersTestCaseMixin, InsertChartMixin, SupersetTestCase):
"id": 1,
"first_name": "admin",
"last_name": "user",
"email": "admin@fab.org",
}
],
"params": None,