mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-31 17:08:22 +01:00
Fix header object call in Releeph
Summary: These were recently removed and are hard to find. Test Plan: I honestly didn't test this. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13657
This commit is contained in:
parent
ed676efdca
commit
c3e16e26c9
1 changed files with 0 additions and 4 deletions
|
@ -116,10 +116,6 @@ final class ReleephRequestView extends AphrontView {
|
|||
$text = ReleephRequestStatus::getStatusDescriptionFor($pull->getStatus());
|
||||
$header->setStatus($icon, $color, $text);
|
||||
|
||||
if ($this->getIsListView()) {
|
||||
$header->setObjectName($pull->getMonogram());
|
||||
}
|
||||
|
||||
return $header;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue