mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
f50d0bc3cf
commit
f0438d1ea0
@ -30,7 +30,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
// TODO(el): $role->without(...) or $role->shift(...) would be nice!
|
// TODO(el): $role->without(...) or $role->shift(...) would be nice!
|
||||||
$restrictions = $role;
|
$restrictions = clone $role;
|
||||||
unset($restrictions['users']);
|
unset($restrictions['users']);
|
||||||
unset($restrictions['groups']);
|
unset($restrictions['groups']);
|
||||||
unset($restrictions['permissions']);
|
unset($restrictions['permissions']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user