Merge "Disabling notification dismiss interface for now per Fabrice"

This commit is contained in:
jenkins-bot 2013-04-11 17:10:43 +00:00 committed by Gerrit Code Review
commit 841d958bfb

View file

@ -162,9 +162,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(