Page MenuHomePhabricator

When creating or editing a card on a sorted/grouped workboard, adjust headers appropriately
ClosedPublic

Authored by epriestley on Mar 11 2019, 5:12 AM.
Tags
None
Referenced Files
F19685148: D20271.diff
Mon, Feb 9, 7:54 AM
F19609799: D20271.id.diff
Tue, Feb 3, 2:37 PM
F19520938: D20271.id.diff
Jan 16 2026, 6:05 PM
F19518114: D20271.id.diff
Jan 15 2026, 5:56 PM
F19515956: D20271.id.diff
Jan 14 2026, 5:49 PM
F19513813: D20271.id.diff
Jan 13 2026, 5:55 PM
F19510252: D20271.id48386.diff
Jan 11 2026, 6:40 AM
F19507092: D20271.id48407.diff
Jan 9 2026, 5:21 PM
Subscribers
None

Details

Summary

Depends on D20270. Ref T10333. If you create a task with a new owner, or edit a task and change the priority/owner, we want to move it (and possibly create a new header) when the response comes back.

Make sure the response includes the appropriate details about the object's header and position.

Test Plan
  • Grouped by Owner.
  • Created a new task with a new owner, saw the header appear.
  • Edited a task and changed it to give it a new owner, saw the header appear.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 12 2019, 8:02 PM
src/applications/maniphest/controller/ManiphestController.php
40

(This lost all its callers when I got rid of the global list-view drag-and-drop priority behavior in D20263, it just didn't get cleaned up in that change.)

This revision was automatically updated to reflect the committed changes.