fix: css template API response, less data (#17980)

* fix: css template API response, less data

* add test
This commit is contained in:
Daniel Vaz Gaspar
2022-01-10 13:00:39 +00:00
committed by GitHub
parent d2d4f8eb44
commit d35da1fc73
2 changed files with 17 additions and 7 deletions

View File

@@ -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",