diff --git a/app/views/api/v1/attachments/_simple_detail.json.jbuilder b/app/views/api/v1/attachments/_simple_detail.json.jbuilder index 78e72703..160b9205 100644 --- a/app/views/api/v1/attachments/_simple_detail.json.jbuilder +++ b/app/views/api/v1/attachments/_simple_detail.json.jbuilder @@ -1,4 +1,4 @@ -json.id attachment.uuid +json.id attachment.uuid || attachment.uuid json.title attachment.title json.description attachment.description json.filesize number_to_human_size(attachment.filesize)