Wednesday, December 22, 2021
1 change · master
Resolved issues and error corrections
New records no longer show the text “False” as their display name or breadcrumb when a form includes the display name field. This prevents confusing placeholder text and keeps the create flow showing the expected “New” label.
Original PR description
If a form view contains the field `display_name`, when creating a new record, the initial value of `display_name` is the string `"False"`, and that weird value also appears in the breadcrumb instead of `"New"`. In order to avoid this unexpected behavior, the conversion of a value to a display name should be `False`, like any other field would.