Show the disabled status of a user in the users:list command

This commit is contained in:
Jan Böhmer 2022-11-14 23:58:38 +01:00
parent 37fde77b8e
commit 27709bed60
3 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@ use Symfony\Contracts\Translation\TranslatorInterface;
class UsersPermissionsCommand extends Command
{
protected static $defaultName = 'partdb:users:permissions';
protected static $defaultName = 'partdb:users:permissions|partdb:user:permissions';
protected static $defaultDescription = 'View and edit the permissions of a given user';
protected EntityManagerInterface $entityManager;