@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 doubling of unbroken build steps in Build Plan view

Summary: Fixes T10479.

Test Plan: Viewed a valid build plan.

Reviewers: hach-que, tycho.tatitscheff, chad

Reviewed By: chad

Maniphest Tasks: T10479

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

-2
-2
src/applications/harbormaster/controller/HarbormasterPlanViewController.php
··· 187 187 if ($is_deadlocking) { 188 188 $item->setStatusIcon('fa-warning red'); 189 189 } 190 - 191 - $step_list->addItem($item); 192 190 } 193 191 194 192 $step_list->setFlush(true);