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
F15492030: D16052.diff
Sat, Apr 12, 9:58 AM
F15460383: D16052.id38625.diff
Mon, Mar 31, 10:28 PM
F15456656: D16052.id.diff
Sun, Mar 30, 11:06 AM
F15455853: D16052.id38624.diff
Sun, Mar 30, 5:19 AM
F15452545: D16052.diff
Sat, Mar 29, 5:55 AM
F15416785: D16052.id38625.diff
Thu, Mar 20, 1:25 PM
F15384067: D16052.diff
Mar 14 2025, 6:41 PM
F15311274: D16052.id38624.diff
Mar 6 2025, 9:56 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.