mail: Do not query settings per domain
This commit is contained in:
@@ -409,10 +409,6 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
$scope.maxEmailSize.refresh();
|
||||
$scope.spamConfig.refresh();
|
||||
$scope.solrConfig.refresh();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -426,6 +422,9 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
|
||||
if ($scope.user.role === 'owner') $scope.activity.refresh();
|
||||
|
||||
$scope.mailLocation.refresh();
|
||||
$scope.maxEmailSize.refresh();
|
||||
$scope.spamConfig.refresh();
|
||||
$scope.solrConfig.refresh();
|
||||
|
||||
refreshDomainStatuses();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user