mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 13:24:24 +02:00
user/show.phtml: Pass through a user's name when creating memberships
refs #10367
This commit is contained in:
parent
2168839349
commit
f6e5fac23e
@ -56,7 +56,10 @@ if ($this->hasPermission('config/authentication/users/edit') && $backend instanc
|
||||
<?= $this->qlink(
|
||||
$this->translate('Add User to Group') ,
|
||||
'user/createmembership',
|
||||
array('backend' => $backend->getName()),
|
||||
array(
|
||||
'backend' => $backend->getName(),
|
||||
'user' => $user->user_name
|
||||
),
|
||||
array(
|
||||
'class' => 'button-link',
|
||||
'data-base-target' => '_next',
|
||||
|
Loading…
x
Reference in New Issue
Block a user