Page MenuHomePhabricator

Make bulk edit <select /> fields a little more natrual and set options for subtype transactions
ClosedPublic

Authored by epriestley on Jan 19 2018, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 4, 7:34 PM
Unknown Object (File)
Feb 26 2024, 1:40 PM
Unknown Object (File)
Feb 20 2024, 9:53 PM
Unknown Object (File)
Feb 3 2024, 5:35 PM
Unknown Object (File)
Feb 1 2024, 7:19 PM
Unknown Object (File)
Jan 24 2024, 11:36 PM
Unknown Object (File)
Jan 4 2024, 1:48 PM
Unknown Object (File)
Dec 21 2023, 11:03 PM
Subscribers
None

Details

Summary

Ref T13025. This is some minor technical stuff: make the "select" bulk edit type a little more consistent with other types by passing data down instead of having it reach up the stack. This simplifies the implementation of a custom field "select" in a future change.

Also, provide an option list to the "select" edit field for object subtypes. This is only accessible via Conduit so it currently never actually renders anything in the UI, but with the bulk edit stuff we get some initialization order issues if we don't set anything. This will also make any future changes which expose subtypes more broadly more straightforward.

Test Plan
  • Bulk edited "select" fields, like "Status" and "Priority".
  • No more fatal when trying to getOptions() internally on the subtype field.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable