Above the field_ui_field_overview() function, there are the following references:

 * @see field_ui_field_overview_form_validate()
 * @see field_ui_field_overview_form_submit()

However, these functions do not exist. Looks like they should be changed to references to Drupal\field_ui\FieldOverview::validate() and Drupal\field_ui\FieldOverview::submit().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shameemkm’s picture

Status: Active » Needs review
FileSize
656 bytes

Please review.

shameemkm’s picture

FileSize
656 bytes

updating the file name to remove the #.

Purencool’s picture

Reviewed fileuidoc-1845286-2.patch adds the comments correctly

Purencool’s picture

FileSize
656 bytes

patch file

larowlan’s picture

Status: Needs review » Reviewed & tested by the community

Thanks to @shameemkm for working on this in office hours (http://core.drupalofficehours.org/task/1205) congrats on your first patch!
Patch at 4 is same as 2 (no idea why), perhaps impatience with bot?

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.