icingadb-web/application/controllers
Johannes Rauh def4dce4e3 Move problem toggle above shifting params
If the problem toggle is created after the params are shifted, it
redirects to the page without them. To solve this I simply moved
the problem toggle before shifting the params.
2025-10-15 10:30:45 +02:00
..
CommandTransportController.php Avoid using inline style 2023-09-08 16:25:40 +02:00
CommentController.php controllers: Remove incorrect usage of trait CommandActions 2025-05-12 16:59:07 +02:00
CommentsController.php comments: Support automated removal 2025-05-12 16:59:07 +02:00
ConfigController.php ConfigController: Always check if the user has permissions 2023-05-22 10:46:31 +02:00
ContactController.php user: Rename to contact 2025-04-10 15:04:41 +02:00
ContactgroupController.php usergroup: Rename to contactgroup 2025-04-10 15:04:41 +02:00
ContactgroupsController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
ContactsController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
DowntimeController.php controllers: Remove incorrect usage of trait CommandActions 2025-05-12 16:59:07 +02:00
DowntimesController.php downtimes: Support automated removal 2025-05-12 16:59:07 +02:00
ErrorController.php Use t() instead of translate() in controllers and forms 2020-04-24 15:01:29 +02:00
EventController.php Introduce HistoryRenderer 2025-03-28 16:13:16 +01:00
HealthController.php Revert "Adjust usages of ipl\Orm\Query::with()" 2022-06-02 14:24:52 +02:00
HistoryController.php Let the Object(List|Grid|Table) call setDetailUrl() and setMultiselectUrl() 2025-03-28 16:13:17 +01:00
HostController.php Move the HostController::joinFix() method to DependecyNode 2025-07-10 09:17:50 +02:00
HostgroupController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
HostgroupsController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
HostsController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
MigrateController.php migrate/search-url: Prevent further false-positives 2024-03-14 15:37:44 +01:00
NotificationsController.php Let the Object(List|Grid|Table) call setDetailUrl() and setMultiselectUrl() 2025-03-28 16:13:17 +01:00
RedundancygroupController.php RedundacyGroupController: Fetch redundancy_group through DependencyNode to apply restrictions correctly 2025-06-17 15:08:48 +02:00
ServiceController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
ServicegroupController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
ServicegroupsController.php Controllers: Use paginationControl::getEmptyStateMessage() to set list's message 2025-05-08 14:19:13 +02:00
ServicesController.php Move problem toggle above shifting params 2025-10-15 10:30:45 +02:00
TacticalController.php Enhance global search (#756) 2023-05-30 15:26:00 +02:00
UserController.php user: Add fallback route which redirects to contact 2025-04-10 15:04:41 +02:00
UsergroupController.php usergroup: Add fallback route which redirects to contactgroup 2025-04-10 15:04:41 +02:00
UsergroupsController.php usergroups: Add fallback route which redirects to contactgroups 2025-04-10 15:04:41 +02:00
UsersController.php users: Add fallback route which redirects to contacts 2025-04-10 15:04:41 +02:00