Skip to content

Commit

Permalink
IBX-8140: Enabled authenticator manager-based security (#1264)
Browse files Browse the repository at this point in the history
* IBX-8140: Enabled authenticator manager-based security

* fixed double abstract controller definition

* cr remark
  • Loading branch information
konradoboza authored May 23, 2024
1 parent 4897acc commit a340f40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bundle/Resources/config/services/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ services:
tags:
- controller.service_arguments

Ibexa\Bundle\AdminUi\Controller\ContentViewController: ~
Ibexa\Bundle\AdminUi\Controller\ContentViewController:
parent: Ibexa\Contracts\AdminUi\Controller\Controller

Ibexa\Bundle\AdminUi\Controller\DashboardController: ~
Ibexa\Bundle\AdminUi\Controller\DashboardController:
parent: Ibexa\Contracts\AdminUi\Controller\Controller

Ibexa\Bundle\AdminUi\Controller\LanguageController:
parent: Ibexa\Contracts\AdminUi\Controller\Controller
Expand Down Expand Up @@ -226,8 +228,6 @@ services:
arguments:
$translationHelper: '@Ibexa\Core\Helper\TranslationHelper'

Ibexa\Contracts\AdminUi\Controller\Controller: ~

Ibexa\Bundle\AdminUi\Controller\FieldDefinitionController:
parent: Ibexa\Rest\Server\Controller
tags: ['controller.service_arguments']
Expand Down

0 comments on commit a340f40

Please sign in to comment.