Page MenuHomePhabricator

Fix doubling of unbroken build steps in Build Plan view
ClosedPublic

Authored by epriestley on Mar 1 2016, 1:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 2, 11:06 PM
Unknown Object (File)
May 31 2025, 7:44 AM
Unknown Object (File)
May 31 2025, 6:19 AM
Unknown Object (File)
May 30 2025, 10:49 AM
Unknown Object (File)
May 27 2025, 10:54 AM
Unknown Object (File)
May 18 2025, 5:37 PM
Unknown Object (File)
May 17 2025, 1:40 PM
Unknown Object (File)
Apr 28 2025, 12:41 AM
Subscribers
None

Details

Summary

Fixes T10479.

Test Plan

Viewed a valid build plan.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix doubling of unbroken build steps in Build Plan view.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 1 2016, 2:44 PM
This revision was automatically updated to reflect the committed changes.
src/applications/harbormaster/controller/HarbormasterPlanViewController.php
116

Surely my missunderstanding but why isn't this $step_list->addItem()` deleted insead.
Or maybe it is the same ?

src/applications/harbormaster/controller/HarbormasterPlanViewController.php
129

The second one does not execute for invalid steps.