#1196 keying mistake
This commit is contained in:
parent
4f8fb85097
commit
2485f718cc
@ -108,7 +108,7 @@ class DmsfMailer < Mailer
|
||||
res
|
||||
end
|
||||
|
||||
def self.deliver_workflow_notification(users, workflow, revision, subject_id, text1_id, text2_id, notice = nil, tep = nil)
|
||||
def self.deliver_workflow_notification(users, workflow, revision, subject_id, text1_id, text2_id, notice = nil, step = nil)
|
||||
step_name = (step && step.name.present?) ? step.name : step.step
|
||||
users.each do |user|
|
||||
workflow_notification(user, workflow, revision, subject_id.to_s, text1_id.to_s, text2_id.to_s, notice,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user