mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
fix(alerts/reports): modal submit button, copy changes, select apis (#12110)
This commit is contained in:
@@ -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: []]],
|
||||
|
||||
Reference in New Issue
Block a user