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
F13331815: D19543.diff
Mon, Jun 17, 8:06 AM
F13314350: D19543.id.diff
Tue, Jun 11, 6:51 PM
F13291604: D19543.id46724.diff
Wed, Jun 5, 12:06 AM
F13234724: D19543.diff
May 21 2024, 3:41 AM
F13218172: D19543.id46724.diff
May 18 2024, 10:35 AM
F13217487: D19543.diff
May 18 2024, 5:44 AM
F13212662: D19543.diff
May 17 2024, 6:58 AM
F13200648: D19543.id46724.diff
May 14 2024, 2:18 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