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
F15511191: D20271.diff
Thu, Apr 17, 12:13 AM
F15485386: D20271.id48407.diff
Wed, Apr 9, 11:23 PM
F15484141: D20271.id48386.diff
Wed, Apr 9, 4:34 PM
F15477198: D20271.id48407.diff
Mon, Apr 7, 12:56 PM
F15469480: D20271.id.diff
Fri, Apr 4, 1:35 PM
F15466637: D20271.diff
Thu, Apr 3, 7:48 AM
F15449793: D20271.id.diff
Fri, Mar 28, 12:19 PM
F15409352: D20271.id48407.diff
Mar 19 2025, 4:24 AM
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
Branch
grip7
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 22249
Build 30423: Run Core Tests
Build 30422: arc lint + arc unit

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.