mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
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
This commit is contained in:
parent
383b0bdc04
commit
58cea0714b
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue