show story creation time in details view

This commit is contained in:
2018-05-21 17:58:30 -07:00
parent 1d81648ee4
commit 47eff82d3f
4 changed files with 14 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ class AsanaService(object):
]
STORY_FIELDS = [
'created_at',
'created_by.name',
'html_text',
'text',