Page MenuHomePhabricator

Fix a warning in BoardLayoutEngine when no objects are being updated
ClosedPublic

Authored by epriestley on Aug 7 2019, 4:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 9, 7:58 AM
Unknown Object (File)
Sun, Feb 9, 7:58 AM
Unknown Object (File)
Sun, Feb 9, 7:57 AM
Unknown Object (File)
Thu, Jan 30, 1:38 PM
Unknown Object (File)
Wed, Jan 29, 11:59 AM
Unknown Object (File)
Wed, Jan 29, 11:59 AM
Unknown Object (File)
Wed, Jan 29, 11:59 AM
Unknown Object (File)
Sat, Jan 25, 5:26 AM
Subscribers
None

Details

Summary

Fixes T13368. Some workflows (like "Move tasks to...") execute board layout without objects to update. In these cases, we can hit a warning because objectPHIDs is not initialized to array().

Test Plan

Went through the "Move tasks to..." workflow on a workboard, no longer saw a warning when trying to iterate over an empty objectPHIDs list.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 8 2019, 5:18 PM
This revision was automatically updated to reflect the committed changes.