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)
Sun, Dec 15, 4:01 PM
Unknown Object (File)
Fri, Dec 13, 9:26 PM
Unknown Object (File)
Thu, Dec 12, 10:28 PM
Unknown Object (File)
Thu, Dec 12, 1:39 AM
Unknown Object (File)
Mon, Dec 9, 12:12 AM
Unknown Object (File)
Fri, Dec 6, 12:37 PM
Unknown Object (File)
Thu, Dec 5, 5:52 AM
Unknown Object (File)
Sun, Dec 1, 1:41 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
Branch
literal2
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/applications/phid/view/PHUIHandleListView.php:44XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 15157
Build 19910: Run Core Tests
Build 19909: arc lint + arc unit