I have been using this patch for past couple years and always wondered why it never got committed to the project. Possibly i never submitted it? oops.

Anyway, this small patch links the field name for a field collection on the bundle manage fields page to the manage fields page for the collection: http://screencast.com/t/1PaFTqTQ

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

liquidcms’s picture

Status: Active » Needs review
liquidcms’s picture

Title: link fielc collection to manage fields from bundle manage fields » link field collection to manage fields from bundle manage fields

Status: Needs review » Needs work

The last submitted patch, field_collection-link_to_collection.patch, failed testing.

jmuzz’s picture

+    if (count($form['#fields'])) { ¶
...
+          $form['fields'][$fieldname]['field_name']['#markup'] = ¶
...
+      } ¶
+    } ¶

I like the idea, but please fix the lines with trailing whitespace.