wikimedia / mediawiki-gadgets-RTRC

Mirror of https://gerrit.wikimedia.org/g/mediawiki/gadgets/RTRC.
https://meta.wikimedia.org/wiki/RTRC
MIT License
26 stars 11 forks source link

Mass patrolling doesn't work correctly #115

Closed kizule closed 8 months ago

kizule commented 8 months ago

When I filter out specific user, and I want to use the "mass patrol" feature, edits get marked as patrolled in RTRC's interface, actions are visible in Special:Log, but edits aren't actually patrolled in Serbian Wikipedia.

When I manually patrol "change by change", it gets marked as patrolled correctly. There is a "Mark as patrolled" button missing in a diff, so I have to click on "[Mark]" each time.

Krinkle commented 8 months ago

@kizule I believe this is due to T357693, which is a regression in MediaWiki, where a change intended for MobileFrontend, has instead caused the [mark as patrolled] button to dissappear for all users, even for desktop, and for gadgets that fetch action=render&diff=…&diffonly=1.

kizule commented 8 months ago

Thank you so much for letting me know! One of sysops on Serbian Wikipedia has reported the exact issue from a task (not specifically for RTRC).

kizule commented 8 months ago

Everything is fine now, I'm closing this issue.