mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
fix bug on email separator (#792)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Copyright © 2019 code initially contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
* Copyright © 2019-2024 code initially contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
**/
|
||||
|
||||
const _ = require('lodash')
|
||||
@@ -83,7 +83,7 @@ module.exports = function UsersCtrl(
|
||||
CommonService.copyToClipboard(users.map(function(user) {
|
||||
return user.email
|
||||
})
|
||||
.join(SettingsService.get('emailSeparator')))
|
||||
.join(SettingsService.get('emailAddressSeparator')))
|
||||
.url('mailto:?body=*** Paste the email addresses from the clipboard! ***')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user