mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
RoleController: Remove todos, the issue is closed
This commit is contained in:
parent
01bcf71e37
commit
1612b78af6
@ -25,8 +25,6 @@ use ipl\Web\Widget\Link;
|
||||
|
||||
/**
|
||||
* Manage user permissions and restrictions based on roles
|
||||
*
|
||||
* @TODO(el): Rename to RolesController: https://dev.icinga.com/issues/10015
|
||||
*/
|
||||
class RoleController extends AuthBackendController
|
||||
{
|
||||
@ -53,8 +51,6 @@ class RoleController extends AuthBackendController
|
||||
|
||||
/**
|
||||
* List roles
|
||||
*
|
||||
* @TODO(el): Rename to indexAction()
|
||||
*/
|
||||
public function listAction()
|
||||
{
|
||||
@ -77,8 +73,6 @@ class RoleController extends AuthBackendController
|
||||
|
||||
/**
|
||||
* Create a new role
|
||||
*
|
||||
* @TODO(el): Rename to newAction()
|
||||
*/
|
||||
public function addAction()
|
||||
{
|
||||
@ -93,8 +87,6 @@ class RoleController extends AuthBackendController
|
||||
|
||||
/**
|
||||
* Update a role
|
||||
*
|
||||
* @TODO(el): Rename to updateAction()
|
||||
*/
|
||||
public function editAction()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user