mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
parent
39bf4ed9eb
commit
41bea61d4b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ UsersIndexRoute = AuthenticatedRoute.extend(styleBody, PaginationRouteMixin, {
|
|||
|
||||
return self.store.filter('user', paginationSettings, function (user) {
|
||||
if (currentUser.get('isEditor')) {
|
||||
return user.get('isAuthor');
|
||||
return user.get('isAuthor') || user === currentUser;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue