RoleController: Remove todos, the issue is closed

This commit is contained in:
Johannes Meyer 2024-11-05 08:59:27 +01:00
parent 01bcf71e37
commit 1612b78af6
1 changed files with 0 additions and 8 deletions

View File

@ -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()
{