@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 undefined property on HarbormasterBuildLogQuery

Fixes T8546.

Auditors: joshuaspence

+1
+1
src/applications/harbormaster/query/HarbormasterBuildLogQuery.php
··· 6 6 private $ids; 7 7 private $phids; 8 8 private $buildPHIDs; 9 + private $buildTargetPHIDs; 9 10 10 11 public function withIDs(array $ids) { 11 12 $this->ids = $ids;