#1196 keying mistake

This commit is contained in:
karel.picman@lbcfree.net 2020-12-30 08:36:30 +01:00
parent 4f8fb85097
commit 2485f718cc

View File

@ -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,