mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: change database save in DatasourceEditor (#9255)
* fix: change database save in DatasourceEditor This addresses the issue where pointing a datasource to another database in the datasource editor is not reflected. Also addresses: - a minorcosmetic issue in the datasource editor. - user/owners list not getting populated * tests
This commit is contained in:
committed by
GitHub
parent
99242225d6
commit
116200cf73
@@ -83,6 +83,7 @@ PermissionModelView.list_widget = SupersetSecurityListWidget
|
||||
# Limiting routes on FAB model views
|
||||
UserModelView.include_route_methods = RouteMethod.CRUD_SET | {
|
||||
RouteMethod.ACTION,
|
||||
RouteMethod.API_READ,
|
||||
RouteMethod.ACTION_POST,
|
||||
"userinfo",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user