rusackas commented on issue #36130:
URL: https://github.com/apache/superset/issues/36130#issuecomment-4722090999

   Yep, this was a real defect in `6.0.0rc2`. The custom list template those 
FAB security views used (`superset/fab_overrides/list.html`) got deleted in a 
cleanup pass, but the widget classes were still pointing at it... so 
`/permissions/list/`, `/permissionviews/list/`, and `/roles/list/` all 500'd 
with `TemplateNotFound`.
   
   Good news is it's already fixed on `master` by #36058, which dropped those 
dangling widget references so the views fall back to FAB's default list 
template. That landed after `rc2` was cut, so it'll be in the next 6.0 release 
rather than rc2 itself.
   
   Closing as resolved, but happy to reopen if you still hit it on a build that 
includes #36058. Thanks for the detailed traceback, made this easy to track 
down!
   


-- 
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]

Reply via email to