mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore: harmonize and clean up list views (#25961)
This commit is contained in:
@@ -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 """
|
||||
|
||||
Reference in New Issue
Block a user