mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +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
|
* Manage user permissions and restrictions based on roles
|
||||||
*
|
|
||||||
* @TODO(el): Rename to RolesController: https://dev.icinga.com/issues/10015
|
|
||||||
*/
|
*/
|
||||||
class RoleController extends AuthBackendController
|
class RoleController extends AuthBackendController
|
||||||
{
|
{
|
||||||
@ -53,8 +51,6 @@ class RoleController extends AuthBackendController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* List roles
|
* List roles
|
||||||
*
|
|
||||||
* @TODO(el): Rename to indexAction()
|
|
||||||
*/
|
*/
|
||||||
public function listAction()
|
public function listAction()
|
||||||
{
|
{
|
||||||
@ -77,8 +73,6 @@ class RoleController extends AuthBackendController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new role
|
* Create a new role
|
||||||
*
|
|
||||||
* @TODO(el): Rename to newAction()
|
|
||||||
*/
|
*/
|
||||||
public function addAction()
|
public function addAction()
|
||||||
{
|
{
|
||||||
@ -93,8 +87,6 @@ class RoleController extends AuthBackendController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Update a role
|
* Update a role
|
||||||
*
|
|
||||||
* @TODO(el): Rename to updateAction()
|
|
||||||
*/
|
*/
|
||||||
public function editAction()
|
public function editAction()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user