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
Unknown Object (File)
Sat, Aug 15, 3:18 AM
Unknown Object (File)
Sun, Aug 9, 7:53 AM
Unknown Object (File)
Sun, Aug 9, 7:30 AM
Unknown Object (File)
Jul 2 2026, 10:43 AM
Unknown Object (File)
Jun 23 2026, 8:37 AM
Unknown Object (File)
Jun 23 2026, 8:37 AM
Unknown Object (File)
Jun 23 2026, 8:37 AM
Unknown Object (File)
Jun 17 2026, 11:20 PM
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