Page MenuHomePhabricator

Remove extra container tag on HandleListViews rendering from ModularTransactions in text mode
ClosedPublic

Authored by epriestley on Jan 9 2017, 4:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 20, 8:34 AM
Unknown Object (File)
Fri, Aug 14, 1:08 PM
Unknown Object (File)
Jun 20 2026, 12:40 AM
Unknown Object (File)
Jun 20 2026, 12:40 AM
Unknown Object (File)
Jun 4 2026, 2:03 AM
Unknown Object (File)
Apr 14 2026, 3:31 PM
Unknown Object (File)
Apr 2 2026, 12:06 AM
Unknown Object (File)
Apr 1 2026, 7:59 AM
Subscribers
None

Details

Summary

Fixes T12082. Ref T11114. When modular transaction render a handle list, they use HandleListView, which has a text mode.

However, the HandleListView is a TagView, and currently TagViews always render a tag of some kind. Allow them to return null to decline to render any tag.

Test Plan
  • Added a pile of debugging stuff to ApplicationTransactionEditor to throw during mail generation.
  • Added a reviewer to a revision.
  • Used bin/worker execute --id ... to hit the mail generation repeatedly.
  • Before patch: mail generated with a <span>, even in text mode.
  • After patch: clean mail generation.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable