@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-4
-4
src/applications/releeph/view/ReleephRequestView.php
··· 116 116 $text = ReleephRequestStatus::getStatusDescriptionFor($pull->getStatus()); 117 117 $header->setStatus($icon, $color, $text); 118 118 119 - if ($this->getIsListView()) { 120 - $header->setObjectName($pull->getMonogram()); 121 - } 122 - 123 119 return $header; 124 120 } 125 121