Skip to content

Commit

Permalink
Remove status from all users source
Browse files Browse the repository at this point in the history
This pull request fixes an issue in which the status menu is not shown when _All Users_ is selected due to 973cd76
  • Loading branch information
Ben Croker authored May 23, 2019
1 parent b000092 commit ff44a0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ protected static function defineSources(string $context = null): array
[
'key' => '*',
'label' => Craft::t('app', 'All users'),
'criteria' => ['status' => null],
'hasThumbs' => true
]
];
Expand Down

0 comments on commit ff44a0b

Please sign in to comment.