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

@@ -261,7 +261,7 @@ class DashboardRestApi(BaseSupersetModelRestApi):
"roles": RelatedFieldFilter("name", FilterRelatedRoles),
"created_by": RelatedFieldFilter("first_name", FilterRelatedOwners),
}
allowed_rel_fields = {"owners", "roles", "created_by"}
allowed_rel_fields = {"owners", "roles", "created_by", "changed_by"}
openapi_spec_tag = "Dashboards"
""" Override the name set for this collection of endpoints """