WithField(fieldName)
should assign the fieldName as the display name by default.
#14570
Labels
Milestone
Is your feature request related to a problem? Please describe.
If we have the following migration
There will be two fields added to the
CustomPartName
. The display name of both fields will be "TextField". I think by default, we should name then the "Description" and "Info" names unless the user usesWithDisplayName("Other Description")
to change it.The text was updated successfully, but these errors were encountered: