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
F17661242: D19543.id46727.diff
Sat, Jul 12, 4:14 PM
F17634004: D19543.diff
Thu, Jul 10, 8:40 PM
Unknown Object (File)
May 7 2025, 2:30 PM
Unknown Object (File)
Mar 29 2025, 4:10 AM
Unknown Object (File)
Mar 28 2025, 11:44 AM
Unknown Object (File)
Mar 27 2025, 5:46 PM
Unknown Object (File)
Mar 15 2025, 5:57 AM
Unknown Object (File)
Mar 15 2025, 5:22 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