API page: http://api.drupal.org/api/drupal/modules%21field_ui%21field_ui.admin.inc...
Describe the problem you have found:
The @see entries point to the wrong function names. They should be I think field_ui_field_overview_form_submit()/validate() [missing 'field' in the names].
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | fix-see-entries-1441126-9-D7.patch | 959 bytes | haza |
| #5 | fix-see-entries-1441126-5.patch | 997 bytes | devin carlson |
| #2 | 1441126_Fixed_field_ui_field_overview_form.patch | 1.22 KB | haza |
Comments
Comment #1
jhodgdonhttp://api.drupal.org/api/drupal/modules!field_ui!field_ui.admin.inc/fun... needs the same fix, and could be combined with this issue.
Comment #2
hazaAnd a little patch for that.
Comment #3
jhodgdonLooks good, thanks!
Comment #4
jhodgdonUh oh, I just noticed - the @see lines should not end in ".". Those need to be removed.
Comment #5
devin carlson commentedThe same changes as #2 but without the periods.
Comment #6
sven.lauer commentedLooks good to me.
Comment #7
mottihoresh commentedlooks good
Comment #8
jhodgdonCommitted to 8.x. The patch doesn't apply to 7.x (even with -p2), so it needs a backport.
Comment #9
hazaD7 backport
Comment #10
jhodgdonThanks! Committed to 7.x.