mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Show the disabled status of a user in the users:list command
This commit is contained in:
parent
37fde77b8e
commit
27709bed60
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue