@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 fatal on Differential revision view

Auditors: btrahan

+1 -2
+1 -2
src/applications/differential/view/DifferentialRevisionDetailView.php
··· 45 45 46 46 $actions = id(new PhabricatorActionListView()) 47 47 ->setUser($user) 48 - ->setObject($revision) 49 - ->setObjectURI($this->getRequest()->getRequestURI()); 48 + ->setObject($revision); 50 49 foreach ($this->getActions() as $action) { 51 50 $obj = id(new PhabricatorActionView()) 52 51 ->setIcon(idx($action, 'icon', 'edit'))