|
|
|
@ -225,7 +225,7 @@ class GraduationTasksController < ApplicationController
|
|
|
|
|
}
|
|
|
|
|
attachment = work.attachments.last
|
|
|
|
|
if attachment
|
|
|
|
|
o[:downloadUrl] = "https://#{edu_setting('host_name')}/"+download_url(attachment)
|
|
|
|
|
o[:downloadUrl] = "#{edu_setting('host_name')}"+download_url(attachment)
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
o
|
|
|
|
|