Fix send emails because missing event program relation. fix #835
This commit is contained in:
parent
ac7149fbe5
commit
c9951b451a
2 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ class EmailSettings < ActiveRecord::Base
|
|||
|
||||
if event
|
||||
h['eventtitle'] = event.title
|
||||
h['proposalslink'] = Rails.application.routes.url_helpers.conference_proposal_index_url(
|
||||
h['proposalslink'] = Rails.application.routes.url_helpers.conference_program_proposal_index_url(
|
||||
conference.short_title, host: CONFIG['url_for_emails'])
|
||||
end
|
||||
h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue