mail eventlog is owner only
This commit is contained in:
@@ -160,7 +160,8 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
|
||||
$scope.domains = domains;
|
||||
$scope.ready = true;
|
||||
|
||||
$scope.activity.refresh();
|
||||
if ($scope.user.role === 'owner') $scope.activity.refresh();
|
||||
|
||||
refreshDomainStatuses();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user