Page MenuHomePhabricator

Support "Assign To" in Maniphest bulk editor
ClosedPublic

Authored by epriestley on Jan 19 2018, 1:18 PM.
Tags
None
Referenced Files
F13973794: D18874.diff
Fri, Oct 18, 2:43 AM
F13966892: D18874.id45266.diff
Wed, Oct 16, 10:19 AM
F13958601: D18874.diff
Mon, Oct 14, 3:39 PM
Unknown Object (File)
Wed, Oct 9, 8:27 AM
Unknown Object (File)
Thu, Sep 19, 10:01 AM
Unknown Object (File)
Sep 6 2024, 1:44 AM
Unknown Object (File)
Sep 6 2024, 1:44 AM
Unknown Object (File)
Sep 6 2024, 1:44 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
Branch
bulk9
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 19050
Build 25705: Run Core Tests
Build 25704: arc lint + arc unit

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.