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

Change subject: Followup I7ad9dd5b436: Truncate title in item label
......................................................................


Followup I7ad9dd5b436: Truncate title in item label

Bug: T132975
Change-Id: I8fc3ec881fdf04e5f6d95f5a87bb62eb04df3086
(cherry picked from commit 33e5b79c852946833c89cf6de907a16770f502bf)
---
M includes/Notifications/FlowPresentationModel.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/Notifications/FlowPresentationModel.php 
b/includes/Notifications/FlowPresentationModel.php
index c510f98..873a751 100644
--- a/includes/Notifications/FlowPresentationModel.php
+++ b/includes/Notifications/FlowPresentationModel.php
@@ -210,7 +210,7 @@
                $link['label'] = $this
                        ->msg( 'notification-dynamic-actions-flow-' . $type . 
'-unwatch' )
                        ->params(
-                               $title->getPrefixedText(),
+                               $stringPageTitle,
                                $title->getFullURL( $query )
                        )
                        ->parse();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8fc3ec881fdf04e5f6d95f5a87bb62eb04df3086
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: wmf/1.28.0-wmf.17
Gerrit-Owner: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Mooeypoo <mor...@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