mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Fix unit test view detail fatal
Summary: Fixes T10674. Test Plan: {F1190743} Reviewers: chad Reviewed By: chad Maniphest Tasks: T10674 Differential Revision: https://secure.phabricator.com/D15525
This commit is contained in:
parent
5576785f9f
commit
39a4d5b8c1
1 changed files with 1 additions and 3 deletions
|
@ -106,9 +106,7 @@ final class HarbormasterUnitMessageViewController
|
||||||
PHUIPropertyListView::ICON_TESTPLAN);
|
PHUIPropertyListView::ICON_TESTPLAN);
|
||||||
$view->addTextContent($details);
|
$view->addTextContent($details);
|
||||||
|
|
||||||
return id(new PHUIObjectBoxView())
|
return $view;
|
||||||
->setHeaderText(pht('PROPERTIES'))
|
|
||||||
->appendChild($view);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function buildCurtainView(
|
private function buildCurtainView(
|
||||||
|
|
Loading…
Reference in a new issue