Page MenuHomePhabricator

Fix scope of "Accept" when you don't check all the "Force Accept" boxes
ClosedPublic

Authored by epriestley on Apr 6 2017, 9:59 PM.
Tags
None
Referenced Files
F14076041: D17634.diff
Thu, Nov 21, 2:27 PM
Unknown Object (File)
Tue, Nov 12, 10:19 AM
Unknown Object (File)
Mon, Nov 4, 7:11 PM
Unknown Object (File)
Sun, Nov 3, 11:40 AM
Unknown Object (File)
Fri, Nov 1, 8:27 PM
Unknown Object (File)
Sun, Oct 27, 7:38 AM
Unknown Object (File)
Oct 20 2024, 10:33 PM
Unknown Object (File)
Oct 20 2024, 7:14 AM
Subscribers
None

Details

Summary

Ref T12272. I wrote this correctly, then broke it by adding the simplification which treats "accept the defaults" as "accept everything".

This simplification lets us render "epriestley accepted this revision." instead of "epriestley accepted this revision onbehalf of: long, list, of, every, default, reviewer, they, have, authority, over." so it's a good thing, but make it only affect the reviewers it's supposed to affect.

Test Plan
  • Did an accept with a force-accept available but unchecked.
  • Before patch: incorrectly accepted all possible reviewers.
  • After patch: accepted only checked reviewers.
  • Also checked the force-accept box, accepted, got a proper force-accept.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable