Merge pull request #318 from gopesht/notify_on_venue_change
Email notification to all participants on venue update
This commit is contained in:
commit
b2ab893d17
8 changed files with 40 additions and 4 deletions
|
|
@ -6,7 +6,8 @@ class EmailSettings < ActiveRecord::Base
|
|||
:confirmed_without_registration_subject,
|
||||
:send_on_updated_conference_dates, :updated_conference_dates_subject,
|
||||
:updated_conference_dates_template, :send_on_updated_conference_registration_dates,
|
||||
:updated_conference_registration_dates_subject, :updated_conference_registration_dates_template
|
||||
:updated_conference_registration_dates_subject, :updated_conference_registration_dates_template,
|
||||
:send_on_venue_update, :venue_update_subject, :venue_update_template
|
||||
|
||||
def get_values(conference, user, event = nil)
|
||||
h = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue