mirror of
https://github.com/apache/superset.git
synced 2026-07-21 06:05:46 +00:00
The FAB permission views (PermissionModelView, PermissionViewModelView) previously used a custom list widget pointing at `superset/fab_overrides/list.html`, which was deleted during a Jinja cleanup. With the security views enabled, this raised `TemplateNotFound` and returned a 500. The widget references were removed in #36058; this test guards against a regression by asserting each view's list widget template resolves. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>