diff --git a/src/applications/releeph/view/ReleephRequestView.php b/src/applications/releeph/view/ReleephRequestView.php --- a/src/applications/releeph/view/ReleephRequestView.php +++ b/src/applications/releeph/view/ReleephRequestView.php @@ -116,10 +116,6 @@ $text = ReleephRequestStatus::getStatusDescriptionFor($pull->getStatus()); $header->setStatus($icon, $color, $text); - if ($this->getIsListView()) { - $header->setObjectName($pull->getMonogram()); - } - return $header; }