Werdna has uploaded a new change for review.
https://gerrit.wikimedia.org/r/90294
Change subject: Fix for bug 55530.
......................................................................
Fix for bug 55530.
Make RC links point to the page title without specifying a workflow.
Not sure if this is the best way to fix the bug, or if we should
instead pass different RecentChanges parameters...
Change-Id: I30b1325abd30e456725801d2680613d6b118afa9
---
M includes/RecentChanges/Formatter.php
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/94/90294/1
diff --git a/includes/RecentChanges/Formatter.php
b/includes/RecentChanges/Formatter.php
index 593753a..0b9f54e 100644
--- a/includes/RecentChanges/Formatter.php
+++ b/includes/RecentChanges/Formatter.php
@@ -162,8 +162,7 @@
protected function workflowLink( Title $title, array $changeData ) {
list( $linkTitle, $query ) = $this->urlGenerator->buildUrlData(
$title,
- 'view',
- array( 'workflow' => $changeData['workflow'] )
+ 'view'
);
return Html::element(
--
To view, visit https://gerrit.wikimedia.org/r/90294
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I30b1325abd30e456725801d2680613d6b118afa9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Werdna <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits