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)
Wed, Oct 9, 8:28 AM
Unknown Object (File)
Sep 8 2024, 1:17 AM
Unknown Object (File)
Sep 6 2024, 1:45 AM
Unknown Object (File)
Sep 6 2024, 1:45 AM
Unknown Object (File)
Sep 6 2024, 1:45 AM
Unknown Object (File)
Sep 4 2024, 4:30 PM
Unknown Object (File)
Sep 2 2024, 6:17 AM
Unknown Object (File)
Aug 25 2024, 1:39 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
Branch
bulk13
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 19054
Build 25713: Run Core Tests
Build 25712: arc lint + arc unit