@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 an issue with rendering PHID lists containing `null` in Maniphest

Summary: See IRC. Someone got a `null` in CCPHIDs somehow. Moving to subscriptions should prevent this, but paper over it for now.

Test Plan: Will have @dctrwatson check.

Reviewers: btrahan, dctrwatson

Reviewed By: btrahan

CC: dctrwatson, aran

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

+1 -1
+1 -1
src/applications/base/controller/PhabricatorController.php
··· 319 319 320 320 return implode_selected_handle_links($style_map[$style], 321 321 $this->getLoadedHandles(), 322 - $phids); 322 + array_filter($phids)); 323 323 } 324 324 325 325 protected function buildApplicationMenu() {