@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 bad rendering for custom policy descriptions

Summary: This call got renamed but I missed the callsite.

Test Plan: No more fatal when viewing a custom policy from a transaction history page.

Reviewers: btrahan, chad, Mnkras

Reviewed By: chad, Mnkras

Subscribers: epriestley

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

+1 -1
+1 -1
src/applications/transactions/controller/PhabricatorApplicationTransactionValueController.php
··· 118 118 if ($handle_phids) { 119 119 $value = $this->getViewer() 120 120 ->renderHandleList($handle_phids) 121 - ->setInline(true); 121 + ->setAsInline(true); 122 122 } else { 123 123 $value = $rule['value']; 124 124 }