jenkins-bot has submitted this change and it was merged.

Change subject: Comment out presentation model for mentions since it fatals on 
deleted pages
......................................................................


Comment out presentation model for mentions since it fatals on deleted pages

Bug: T116888
Change-Id: I93361fb0fc809e9fd4173710d86d824c0a6adefe
(cherry picked from commit 0feccf98f8515ee36cda3d91d7f0343e0ecb6e0f)
---
M Echo.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Echo.php b/Echo.php
index a951d2b..07ec68c 100644
--- a/Echo.php
+++ b/Echo.php
@@ -381,7 +381,8 @@
                'category' => 'mention',
                'group' => 'interactive',
                'section' => 'alert',
-               'presentation-model' => 'EchoMentionPresentationModel',
+               // Commented out because EchoMentionPresentationModel fatals 
(T116888)
+               //'presentation-model' => 'EchoMentionPresentationModel',
                'formatter-class' => 'EchoMentionFormatter',
                'title-message' => 'notification-mention',
                'title-params' => array( 'agent', 'subject-anchor', 'title', 
'section-title', 'main-title-text' ),

-- 
To view, visit https://gerrit.wikimedia.org/r/249411
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I93361fb0fc809e9fd4173710d86d824c0a6adefe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: wmf/1.27.0-wmf.4
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to