feat(UserInfo): Migrate User Info FAB to React (#33620)

This commit is contained in:
Enzo Martellucci
2025-06-03 19:24:22 +02:00
committed by GitHub
parent cacf1e06d6
commit 20519158d2
16 changed files with 727 additions and 9 deletions

View File

@@ -1538,6 +1538,7 @@ class TestRolePermission(SupersetTestCase):
["AuthDBView", "login"],
["AuthDBView", "logout"],
["CurrentUserRestApi", "get_me"],
["CurrentUserRestApi", "update_me"],
["CurrentUserRestApi", "get_my_roles"],
["UserRestApi", "avatar"],
# TODO (embedded) remove Dashboard:embedded after uuids have been shipped