Page MenuHomePhabricator

Don't try to import proxy columns
ClosedPublic

Authored by epriestley on Feb 12 2016, 9:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 7:29 AM
Unknown Object (File)
Tue, Nov 12, 4:00 PM
Unknown Object (File)
Tue, Nov 5, 9:40 PM
Unknown Object (File)
Tue, Nov 5, 9:34 PM
Unknown Object (File)
Oct 22 2024, 1:30 PM
Unknown Object (File)
Oct 18 2024, 1:38 AM
Unknown Object (File)
Oct 14 2024, 11:31 AM
Unknown Object (File)
Sep 5 2024, 6:31 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.