allow to add multiple emails per submitter
This commit is contained in:
@@ -59,7 +59,7 @@ class Submitter < ApplicationRecord
|
||||
end
|
||||
|
||||
def friendly_name
|
||||
if name.present?
|
||||
if name.present? && email.present? && email.exclude?(',')
|
||||
"#{name} <#{email}>"
|
||||
else
|
||||
email
|
||||
|
||||
Reference in New Issue
Block a user