Page MenuHomePhabricator

"Set filters -> were created by autopatrolled users" is broken
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

image.png (179×1 px, 18 KB)

What happens?:

  • filter menu closes (good)
  • "autopatrolled" chip shows up (good)
  • list of articles doesn't change at all, stays as unpatrolled articles and articles by anyone

What should have happened instead?:

  • list of articles should change to just be articles by autopatrolled users

Software version (skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

  • no console errors
  • I haven't tested any other radio buttons. Other things may be broken.

Event Timeline

MPGuy2824 subscribed.

The list Api being called doesn't have the right param when that particular filter is applied.
It looks like modules/ext.pageTriage.newPagesFeed.vue/stores/settings.js doesn't have the required lines for autopatrolled. The other filters in the "That:" list do work.

Change 995390 had a related patch set uploaded (by MPGuy2824; author: MPGuy2824):

[mediawiki/extensions/PageTriage@master] Fix for autopatrolled filter not working

https://gerrit.wikimedia.org/r/995390

Change 995390 merged by jenkins-bot:

[mediawiki/extensions/PageTriage@master] Fix for autopatrolled filter not working

https://gerrit.wikimedia.org/r/995390

Novem_Linguae claimed this task.