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)
Fri, May 30, 12:27 AM
Unknown Object (File)
Thu, May 29, 8:56 AM
Unknown Object (File)
Thu, May 1, 7:55 AM
Unknown Object (File)
Apr 29 2025, 6:40 PM
Unknown Object (File)
Apr 29 2025, 5:56 AM
Unknown Object (File)
Apr 19 2025, 8:54 PM
Unknown Object (File)
Mar 28 2025, 9:00 AM
Unknown Object (File)
Mar 28 2025, 8:27 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