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

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(-)

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



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: merged
Gerrit-Change-Id: I30b1325abd30e456725801d2680613d6b118afa9
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Werdna <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to