Page MenuHomePhabricator

Support "Assign To" in Maniphest bulk editor
ClosedPublic

Authored by epriestley on Jan 19 2018, 1:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 1:02 AM
Unknown Object (File)
Feb 3 2024, 5:33 PM
Unknown Object (File)
Jan 25 2024, 1:44 AM
Unknown Object (File)
Jan 11 2024, 12:15 PM
Unknown Object (File)
Jan 9 2024, 10:08 AM
Unknown Object (File)
Jan 5 2024, 3:35 PM
Unknown Object (File)
Jan 5 2024, 1:38 PM
Unknown Object (File)
Dec 24 2023, 7:24 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.