jenkins-bot has submitted this change and it was merged.
Change subject: Don't find AFT results if tagfilter set
......................................................................
Don't find AFT results if tagfilter set
Bug: 49714
Change-Id: I6f4309bcfc6b7d5f4d1b4c01a6fad6cf6590ddf5
---
M ArticleFeedbackv5.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Alex Monk: Looks good to me, approved
jenkins-bot: Verified
diff --git a/ArticleFeedbackv5.hooks.php b/ArticleFeedbackv5.hooks.php
index b39a8e7..62b3aad 100644
--- a/ArticleFeedbackv5.hooks.php
+++ b/ArticleFeedbackv5.hooks.php
@@ -552,7 +552,7 @@
* @return bool
*/
public static function contributionsData( &$data, $pager, $offset,
$limit, $descending ) {
- if ( $pager->namespace !== '' ) {
+ if ( $pager->namespace !== '' || $pager->tagFilter !== false ) {
return true;
}
--
To view, visit https://gerrit.wikimedia.org/r/69152
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6f4309bcfc6b7d5f4d1b4c01a6fad6cf6590ddf5
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits