Workflow notification missing #855
This commit is contained in:
parent
f8f3bcf3fb
commit
0869ffb46a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user