Workflow notification missing #855

This commit is contained in:
Karel Pičman 2018-06-14 09:49:56 +02:00
parent f8f3bcf3fb
commit 0869ffb46a

View File

@ -106,7 +106,7 @@ class DmsfMailer < Mailer
when 'only_my_events'
author = false
files.each do |file|
if file.involved?(notify_user) || file.assignee?(notify_user)
if file.involved?(notify_user) || file.assigned?(notify_user)
author = true
break
end