Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions src/bundle/Controller/AllNotificationsController.php

This file was deleted.

4 changes: 3 additions & 1 deletion src/bundle/Resources/config/routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,10 @@ ibexa.notifications.render.page:
ibexa.notifications.render.all:
path: /notifications/render/all/{page}
defaults:
_controller: 'Ibexa\Bundle\AdminUi\Controller\AllNotificationsController::renderAllNotificationsPageAction'
_controller: 'Ibexa\Bundle\AdminUi\Controller\NotificationController::renderNotificationsPageAction'
page: 1
template: '@ibexadesign/account/notifications/list_all.html.twig'
render_all: true
methods: [ GET, POST ]
requirements:
page: '\d+'
Expand Down
6 changes: 0 additions & 6 deletions src/bundle/Resources/config/services/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ services:
tags:
- controller.service_arguments

Ibexa\Bundle\AdminUi\Controller\AllNotificationsController:
parent: Ibexa\Contracts\AdminUi\Controller\Controller
autowire: true
tags:
- controller.service_arguments

Ibexa\Bundle\AdminUi\Controller\ObjectStateController:
parent: Ibexa\Contracts\AdminUi\Controller\Controller
autowire: true
Expand Down
Loading