fix error
This commit is contained in:
parent
045de3cc04
commit
3feb7b5dd6
|
@ -16,7 +16,7 @@ class EventNewsFile
|
||||||
end
|
end
|
||||||
def to_fronted(locale=I18n.locale)
|
def to_fronted(locale=I18n.locale)
|
||||||
file = self
|
file = self
|
||||||
(file.enabled_for?(locale) && !file[:file].blank?) ? { "file_url" => "/xhr/announcements/file/#{file.id}/#{file['file']}" + "\" title=\"#{file.file_title}",
|
(file.enabled_for?(locale) && !file[:file].blank?) ? { "file_url" => "/xhr/event_news/file/#{file.id}/#{file['file']}" + "\" title=\"#{file.file_title}",
|
||||||
"file_title" => (file.title.blank? ? URI.unescape(File.basename(file.file.path)) : file.title rescue '')
|
"file_title" => (file.title.blank? ? URI.unescape(File.basename(file.file.path)) : file.title rescue '')
|
||||||
} : nil rescue nil
|
} : nil rescue nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue