Merge branch 'devel-2.0.0' of github.com:danmunn/redmine_dmsf into devel-2.0.0

This commit is contained in:
Karel Pičman 2019-02-28 11:51:39 +01:00
commit 1d63ce0ee7

View File

@ -11,6 +11,7 @@ api.dmsf_file do
api.id r.id
api.source_dmsf_file_revision_id r.source_dmsf_file_revision_id
api.name r.name
api.dmsf_string "{{dmsf(#{@file.id},#{@file.name},#{r.id})}}"
api.content_url view_dmsf_file_url(@file, download: r)
api.size r.size
api.mime_type r.mime_type