mike-pt opened a new issue, #24195:
URL: https://github.com/apache/superset/issues/24195
A clear and concise description of what the bug is.
#### How to reproduce the bug
```
dashboardUiConfig: { hideTitle: true, hideChartControls: true,
filters: {
visible: false
}
},
```
### Expected results
filter sidebar show not be visible
### Actual results
filter sidebar is still visible, `expanded: false` does work though so it
seems to be only visible that doesn't take efect.
#### Screenshots
<img width="545" alt="Screenshot 2023-05-23 at 21 08 51"
src="https://github.com/apache/superset/assets/2327910/cdedc863-d705-4d7c-b19d-b552843727e6">
### Environment
(please complete the following information):
- browser type and version:
Firefox 113 and Safari 16.4 both on macos
Using docker apache/superset:latest build yesterday
- any feature flags active:
```
FEATURE_FLAGS = {
"ALERT_REPORTS": True,
"ENABLE_TEMPLATE_PROCESSING": True,
"DASHBOARD_RBAC": True,
"EMBEDDED_SUPERSET": True,
"DASHBOARD_CROSS_FILTERS": True,
"SQL_VALIDATORS_BY_ENGINE": True
}
```
### Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [x] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [x] I have reproduced the issue with at least the latest released version
of superset.
- [x] I have checked the issue tracker for the same issue and I haven't
found one similar.
### Additional context
Add any other context about the problem here.
--
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]