fix(lang): patch FAB's LocaleView to redirect to previous page (#31692)

This commit is contained in:
Jillian
2025-04-16 02:16:06 +09:30
committed by GitHub
parent 342e6f3ab0
commit 93fa39a14f
3 changed files with 77 additions and 2 deletions

View File

@@ -1550,6 +1550,7 @@ class TestRolePermission(SupersetTestCase):
["SecurityApi", "login"],
["SecurityApi", "refresh"],
["SupersetIndexView", "index"],
["SupersetIndexView", "patch_flask_locale"],
["DatabaseRestApi", "oauth2"],
]
unsecured_views = []