mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
use name instead of email
at group/device/admin-log page
This commit is contained in:
@@ -156,7 +156,7 @@ define([
|
||||
var err_str = '';
|
||||
if (data.failed.length > 0) {
|
||||
$(data.failed).each(function(index, item) {
|
||||
err_str += Common.HTMLescape(item.email) + ': ' + Common.HTMLescape(item.error_msg) + '<br />';
|
||||
err_str += Common.HTMLescape(item.email_name) + ': ' + Common.HTMLescape(item.error_msg) + '<br />';
|
||||
});
|
||||
_this.$error.html(err_str).show();
|
||||
}
|
||||
|
Reference in New Issue
Block a user