Page MenuHomePhabricator

Support "Assign To" in Maniphest bulk editor
ClosedPublic

Authored by epriestley on Jan 19 2018, 1:18 PM.
Tags
None
Referenced Files
F18656399: D18874.id45285.diff
Mon, Sep 22, 10:22 PM
F18652240: D18874.id45266.diff
Sun, Sep 21, 7:17 AM
F18644876: D18874.diff
Fri, Sep 19, 6:13 AM
F18626778: D18874.id45266.diff
Tue, Sep 16, 2:18 AM
F18471086: D18874.diff
Sep 2 2025, 6:46 PM
F18471085: D18874.diff
Sep 2 2025, 6:46 PM
F18462537: D18874.id45285.diff
Sep 1 2025, 10:27 PM
F18432299: D18874.diff
Aug 31 2025, 6:29 AM
Subscribers
None

Details

Summary

Ref T13025. See PHI173. This supports the "Assign to" field in the new editor.

This is very slightly funky: to unassign tasks, you need to leave the field blank. I have half a diff to fix this, but the way the none() token works in the default datasource is odd so it needs a separate datasource. I'm punting on this for now since it works, at least, and isn't completely unreasonable.

This also simplifies some EditEngine stuff a little. Notably:

  • I reorganized EditType construction slightly so subclasses can copy/paste a little bit less.
  • EditType had field and editField properties which had the same values. I canonicalized on editField and made this value set a little more automatically.
Test Plan

Used bulk editor to reassign some tasks. By leaving the field blank, unassigned tasks.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 19 2018, 7:37 PM
This revision was automatically updated to reflect the committed changes.