Fixed example upload again.
This commit is contained in:
parent
c53da0ea89
commit
c6c5877655
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ class LayoutRefCommunicationReply extends App.ControllerContent
|
||||||
|
|
||||||
renderAttachment: (fileName, fileSize) =>
|
renderAttachment: (fileName, fileSize) =>
|
||||||
@attachments.push([fileName, fileSize])
|
@attachments.push([fileName, fileSize])
|
||||||
@attachmentsHolder.append App.view('ticket_zoom/attachment')
|
@attachmentsHolder.append App.view('generic/attachment_item')
|
||||||
fileName: fileName
|
fileName: fileName
|
||||||
fileSize: @humanFileSize(fileSize)
|
fileSize: @humanFileSize(fileSize)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue