Page MenuHomePhabricator

Fix transcription of single-value bulk edit fields ("Assign to")
ClosedPublic

Authored by epriestley on Jan 31 2018, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:43 AM
Unknown Object (File)
Sat, Apr 6, 3:51 AM
Unknown Object (File)
Sat, Apr 6, 2:53 AM
Unknown Object (File)
Thu, Mar 21, 1:44 PM
Unknown Object (File)
Dec 27 2023, 5:58 PM
Unknown Object (File)
Dec 25 2023, 12:33 AM
Unknown Object (File)
Dec 21 2023, 4:25 PM
Unknown Object (File)
Nov 30 2023, 5:34 AM
Subscribers
None

Details

Summary

See PHI333. Some of the cleanup at the tail end of the bulk edit changes made "Assign To" stop working properly, since we don't strip the array(...) off the array(PHID) value we receive.

Test Plan
  • Used bulk editor to assign and unassign tasks (single value datasource).
  • Used bulk editor to change projects (multi-value datasource).

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 31 2018, 6:42 PM
  • Also fix a vaguely related issue with the "Change Points" JS control rendering.
This revision was automatically updated to reflect the committed changes.