added author to output of cases

This commit is contained in:
Cameron Dawson 2012-02-21 17:51:12 -08:00
Родитель b3cbf87a99
Коммит 7fb375e763
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ class Command(BaseCommand):
"description": case.description
}
resp_case["created_by"] = case.timeline.createdBy.email
# build the tags for this case
resp_case["tags"] = [x.name for x in case.tags]