chore: harmonize and clean up list views (#25961)

This commit is contained in:
Ville Brofeldt
2023-12-04 11:51:18 -08:00
committed by GitHub
parent 3ab27c6ec9
commit 0b477e3f7c
47 changed files with 785 additions and 667 deletions

View File

@@ -99,7 +99,7 @@ class AnnotationLayerRestApi(BaseSupersetModelRestApi):
]
search_filters = {"name": [AnnotationLayerAllTextFilter]}
allowed_rel_fields = {"created_by"}
allowed_rel_fields = {"created_by", "changed_by"}
apispec_parameter_schemas = {
"get_delete_ids_schema": get_delete_ids_schema,