nytai commented on issue #11523: URL: https://github.com/apache/incubator-superset/issues/11523#issuecomment-720633546
@graceguo-supercat There is a feature flag that controls the default view for the listviews, `LISTVIEWS_DEFAULT_CARD_VIEW`. I think some users may still want the option to switch over to the card view, even if thumbnails are disabled. @dpgaspar raised an issue regarding the frontend making a lot of api requests for the thumbnails that are 404ing (due to the feature flag not being enabled). We should definitely not be making the api requests if the feature flag is not enabled, but I'm not sure we should disable the view completely. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
