Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/307633
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/33/307633/1
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: newchange
Gerrit-Change-Id: I8fc3ec881fdf04e5f6d95f5a87bb62eb04df3086
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: wmf/1.28.0-wmf.17
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Mooeypoo <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits