Add RoleController renaming TODO

refs 
This commit is contained in:
Eric Lippmann 2015-08-27 13:40:06 +02:00
parent 02abe35faa
commit 652bdb6e3e
1 changed files with 5 additions and 0 deletions
application/controllers

View File

@ -7,6 +7,11 @@ use Icinga\Forms\Security\RoleForm;
use Icinga\Web\Controller\AuthBackendController;
use Icinga\Web\Notification;
/**
* Manage user permissions and restrictions based on roles
*
* @TODO(el): Rename to RolesController: https://dev.icinga.org/issues/10015
*/
class RoleController extends AuthBackendController
{
/**