Browse Source

fixed attachment.uuid

pull/345/head
xxq250 2 years ago
parent
commit
d6399e26db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/api/v1/attachments/_simple_detail.json.jbuilder

+ 1
- 1
app/views/api/v1/attachments/_simple_detail.json.jbuilder View File

@@ -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)


Loading…
Cancel
Save