Page MenuHomePhabricator

When a task is removed from projects, remove its position on proxy columns for those projects
ClosedPublic

Authored by epriestley on Jun 5 2016, 11:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 5:20 AM
Unknown Object (File)
Mon, Apr 29, 5:47 PM
Unknown Object (File)
Thu, Apr 25, 1:26 AM
Unknown Object (File)
Sun, Apr 14, 8:27 AM
Unknown Object (File)
Mar 31 2024, 12:36 AM
Unknown Object (File)
Mar 28 2024, 8:41 PM
Unknown Object (File)
Mar 28 2024, 8:01 PM
Unknown Object (File)
Mar 28 2024, 7:50 PM
Subscribers
None

Details

Summary

Fixes T11088. When a task is removed from a project, we don't normally delete its column positions. If you accidentally remove a project and then restore the project, it's nice for the task to stay where you put it.

However, we do need to remove its positions in proxy columns to avoid the issue in T11088.

Test Plan
  • Added a failing unit test, made it pass.
  • Added a task to "X > Milestone 1", loaded workboard, used "Edit Projects" to move it to "X" instead, loaded workboard.
    • Before, it stayed in the "Milestone 1" column.
    • After, it moves to the "Backlog" column.

Diff Detail

Repository
rP Phabricator
Branch
proj1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12495
Build 15838: Run Core Tests
Build 15837: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to When a task is removed from projects, remove its position on proxy columns for those projects.
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.Jun 5 2016, 11:05 PM
This revision was automatically updated to reflect the committed changes.