rusackas commented on issue #44239: URL: https://github.com/apache/superset/issues/44239#issuecomment-5769705168
Looks like #43781 didn't actually cover this case. It fixed cross-datasource-type access in the no-viewer fallback, but its own added code comment says chart-less dashboards stay invisible to ordinary (non-admin) users by design, which is exactly what's described here. #44256 looks like the real fix, which adds a `~Dashboard.slices.any()` branch so empty-layout dashboards bypass the dataset check. Leaving this open until that one lands; will close it then. -- 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]
