From e641d6f7c78bfdaa73b3cbc61fea6ccb8c0e8de4 Mon Sep 17 00:00:00 2001 From: kaldari Date: Wed, 10 Apr 2013 16:24:34 -0700 Subject: [PATCH] Disabling notification dismiss interface for now per Fabrice Notification categories can still be unsubscribed to in the prefs Change-Id: I91046f840add2cd6e02b0b91078fd2ac377ca871 --- formatters/BasicFormatter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/formatters/BasicFormatter.php b/formatters/BasicFormatter.php index 3b46d5374..5732c37f7 100644 --- a/formatters/BasicFormatter.php +++ b/formatters/BasicFormatter.php @@ -150,9 +150,11 @@ class EchoBasicFormatter extends EchoNotificationFormatter { ); // Add the hidden dismiss interface if the notification is dismissable + /* Disabling dismiss interface until there is consensus on how it should be implemented if ( $event->isDismissable( 'web' ) ) { $output .= $this->formatDismissInterface( $event, $user ); } + */ // Build the notification title $content = Xml::tags(