Page MenuHomePhabricator

Let "<select />" EditEngine fields canonicalize saved defaults
ClosedPublic

Authored by epriestley on Jun 20 2017, 10:27 PM.
Tags
None
Referenced Files
F13088434: D18142.diff
Thu, Apr 25, 1:26 AM
Unknown Object (File)
Fri, Apr 19, 6:37 PM
Unknown Object (File)
Mon, Apr 15, 8:25 PM
Unknown Object (File)
Mon, Apr 15, 8:17 PM
Unknown Object (File)
Thu, Apr 11, 8:55 AM
Unknown Object (File)
Tue, Apr 9, 12:11 AM
Unknown Object (File)
Thu, Apr 4, 7:55 PM
Unknown Object (File)
Thu, Apr 4, 7:47 PM
Subscribers
None

Details

Summary

Ref T12124. After D18134 we accept either "25" or "low" via HTTP parameters and when the field renders as a control, but if the form has a default value for the field but locks or hides it we don't actually run through that logic.

Canonicalize both when rendering the control and when using a raw saved default value.

Test Plan
  • Created a form with "Priority: Low".
  • Hid the "Priority" field.
  • Before patch: Tried to create a task, was rebuffed with a (now verbose and helpful, after D18135) error.
  • Applied patch: things worked.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable