Emails should not get checked in import mode to provide the most complete data state.
This commit is contained in:
parent
2327b911a1
commit
ba88e14001
1 changed files with 1 additions and 0 deletions
|
@ -786,6 +786,7 @@ returns
|
|||
end
|
||||
|
||||
def check_email
|
||||
return if Setting.get('import_mode')
|
||||
return if email.empty?
|
||||
self.email = email.downcase.strip
|
||||
return if id == 1
|
||||
|
|
Loading…
Reference in a new issue