@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 a straggling callsite to "renderApplicationPolicy()"

Summary: Ref T13411. This is a leftover from recent policy rendering changes.

Test Plan: Viewed feed with application policy stories, no more fatal.

Maniphest Tasks: T13411

Differential Revision: https://secure.phabricator.com/D20811

-3
-3
src/applications/meta/xactions/PhabricatorApplicationPolicyChangeTransaction.php
··· 61 61 } 62 62 63 63 public function getTitleForFeed() { 64 - $old = $this->renderApplicationPolicy($this->getOldValue()); 65 - $new = $this->renderApplicationPolicy($this->getNewValue()); 66 - 67 64 return pht( 68 65 '%s changed the %s policy for application %s from %s to %s.', 69 66 $this->renderAuthor(),