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)
Sun, Dec 22, 12:55 AM
Unknown Object (File)
Wed, Dec 18, 7:18 AM
Unknown Object (File)
Wed, Dec 4, 11:06 AM
Unknown Object (File)
Sat, Nov 30, 8:09 AM
Unknown Object (File)
Mon, Nov 25, 5:58 AM
Unknown Object (File)
Nov 21 2024, 11:35 AM
Unknown Object (File)
Nov 17 2024, 6:27 AM
Unknown Object (File)
Oct 31 2024, 4:49 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