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)
Sun, Feb 2, 11:15 AM
Unknown Object (File)
Sat, Feb 1, 1:08 AM
Unknown Object (File)
Tue, Jan 21, 9:52 AM
Unknown Object (File)
Fri, Jan 17, 6:39 PM
Unknown Object (File)
Dec 27 2024, 2:45 PM
Unknown Object (File)
Dec 26 2024, 5:16 PM
Unknown Object (File)
Dec 14 2024, 3:48 PM
Unknown Object (File)
Dec 12 2024, 2:49 PM
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.