Page MenuHomePhabricator

Carry the "silent" transaction flag through inverse edge edits
ClosedPublic

Authored by epriestley on Jul 27 2018, 6:13 PM.
Tags
None
Referenced Files
F15390148: D19543.id46724.diff
Sat, Mar 15, 5:57 AM
F15389519: D19543.id46727.diff
Sat, Mar 15, 5:22 AM
F15388413: D19543.diff
Sat, Mar 15, 3:47 AM
F15388360: D19543.id.diff
Sat, Mar 15, 3:43 AM
F15385102: D19543.id46724.diff
Fri, Mar 14, 9:42 PM
F15383291: D19543.diff
Fri, Mar 14, 4:08 PM
Unknown Object (File)
Mon, Mar 3, 5:00 PM
Unknown Object (File)
Feb 9 2025, 6:12 AM
Subscribers
None

Details

Summary

See PHI751. Ref T13164. We added a "silent" flag for Editors somewhat recently (currently reachable only for bulk edits with bin/bulk ... command).

However, this flag doesn't carry through to the sub-editor when we make inverse edge edits. These are edits like "X is a parent of Y", which cause an implicit "Y is a child of X" edit to occur.

Pass the flag through.

Test Plan
  • Rigged the relationships controller to make silent edits.
  • Changed the parents of a revision from the web UI. Saw no mail or feed stories.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable