Page MenuHomePhabricator

Don't try to import proxy columns
ClosedPublic

Authored by epriestley on Feb 12 2016, 9:57 PM.
Tags
None
Referenced Files
F15453403: D15265.id36835.diff
Sat, Mar 29, 11:30 AM
F15453397: D15265.id36834.diff
Sat, Mar 29, 11:29 AM
F15448955: D15265.id.diff
Fri, Mar 28, 7:51 AM
F15443709: D15265.diff
Thu, Mar 27, 5:47 AM
F15423822: D15265.id.diff
Sat, Mar 22, 6:38 PM
F15394328: D15265.id36834.diff
Sat, Mar 15, 11:48 PM
F15394327: D15265.id.diff
Sat, Mar 15, 11:48 PM
F15394326: D15265.diff
Sat, Mar 15, 11:48 PM
Subscribers
None

Details

Summary

Fixes T10346. You finally wrung a clue out of the reporter and I think I figured this out.

Here's the bug:

  • Create a project with a workboard and subprojects/milestones.
  • Create a new project, import columns from the first project.
  • We incorrectly import empty columns for the subprojects/milestons.

Instead, skip proxy columns during import.

Also, allow "hide column" to continue on missing fields, so columns with no name can be hidden.

Test Plan
  • Did the stuff above.
  • Workboard no longer populated with a bunch of "Unnamed Column" columns.
  • Hid several "Unnamed Column" columns.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't try to import proxy columns.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Feb 12 2016, 9:59 PM
This revision was automatically updated to reflect the committed changes.