From 11c9cde5570875c490228387460d70fcf4648ace Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Mon, 4 May 2015 17:05:18 +0200 Subject: [PATCH] Remove dashboard action from multi view refs #8903 --- .../monitoring/application/controllers/CommentsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/CommentsController.php b/modules/monitoring/application/controllers/CommentsController.php index bde2170e3..2e8656085 100644 --- a/modules/monitoring/application/controllers/CommentsController.php +++ b/modules/monitoring/application/controllers/CommentsController.php @@ -60,7 +60,7 @@ class Monitoring_CommentsController extends Controller 'label' => $this->translate('Comments'), 'url' =>'monitoring/comments/show' ) - )->activate('comments')->extend(new DashboardAction()); + )->activate('comments'); } /**