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)
Tue, Dec 17, 9:06 AM
Unknown Object (File)
Thu, Dec 12, 7:09 AM
Unknown Object (File)
Thu, Dec 12, 5:37 AM
Unknown Object (File)
Fri, Dec 6, 2:32 PM
Unknown Object (File)
Thu, Dec 5, 9:28 AM
Unknown Object (File)
Thu, Nov 28, 6:21 AM
Unknown Object (File)
Wed, Nov 27, 7:28 AM
Unknown Object (File)
Tue, Nov 26, 7:13 PM
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.