Fix mailbox import
This commit is contained in:
@@ -145,7 +145,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
var items = line.split(',');
|
||||
if (items.length !== 5) {
|
||||
$scope.userImport.error = { file: 'Line ' + (i+1) + ' has wrong column count. Expecting 5' };
|
||||
break;
|
||||
return;
|
||||
}
|
||||
users.push({
|
||||
username: items[0].trim(),
|
||||
|
||||
Reference in New Issue
Block a user