mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: css template API response, less data (#17980)
* fix: css template API response, less data * add test
This commit is contained in:
committed by
GitHub
parent
d2d4f8eb44
commit
d35da1fc73
@@ -63,7 +63,9 @@ class CssTemplateRestApi(BaseSupersetModelRestApi):
|
||||
]
|
||||
list_columns = [
|
||||
"changed_on_delta_humanized",
|
||||
"changed_by",
|
||||
"changed_by.first_name",
|
||||
"changed_by.id",
|
||||
"changed_by.last_name",
|
||||
"created_on",
|
||||
"created_by.first_name",
|
||||
"created_by.id",
|
||||
|
||||
Reference in New Issue
Block a user