fix(alerts/reports): modal submit button, copy changes, select apis (#12110)

This commit is contained in:
ʈᵃᵢ
2020-12-17 23:02:04 -08:00
committed by GitHub
parent 6e7f276775
commit ddd2ec59af
3 changed files with 26 additions and 21 deletions

View File

@@ -161,7 +161,7 @@ class ReportScheduleRestApi(BaseSupersetModelRestApi):
]
search_columns = ["name", "active", "created_by", "type", "last_state"]
search_filters = {"name": [ReportScheduleAllTextFilter]}
allowed_rel_fields = {"owners", "chart", "dashboard", "database"}
allowed_rel_fields = {"owners", "chart", "dashboard", "database", "created_by"}
filter_rel_fields = {
"chart": [["id", ChartFilter, lambda: []]],
"dashboard": [["id", DashboardFilter, lambda: []]],