From 58cea0714bff163c1c1bae156a9b48de9c36aa78 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 1 Mar 2016 05:46:50 -0800 Subject: [PATCH] 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 --- .../harbormaster/controller/HarbormasterPlanViewController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/applications/harbormaster/controller/HarbormasterPlanViewController.php b/src/applications/harbormaster/controller/HarbormasterPlanViewController.php index f4212c38b3..847eaa6328 100644 --- a/src/applications/harbormaster/controller/HarbormasterPlanViewController.php +++ b/src/applications/harbormaster/controller/HarbormasterPlanViewController.php @@ -187,8 +187,6 @@ final class HarbormasterPlanViewController extends HarbormasterPlanController { if ($is_deadlocking) { $item->setStatusIcon('fa-warning red'); } - - $step_list->addItem($item); } $step_list->setFlush(true);