Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
9.46 KB
MD5: e76b08732766f0d1fbfd7b81abeb7af8
SHA-1: 0bca768400432c561d6f975bf11ddc9eb6d7261a
SHA-256: b7fdaf52215e59dd596961fd890693dc69dded82eb3a6eba206d4a1760c79f83
Download zip
11.53 KB
MD5: 344adc2e335887cdb5caf34ef7f77366
SHA-1: 9259283267bb3e2cf12d391af3b21211bb4c70b1
SHA-256: d18d508e2f8b7ba001ace2da6573bd58d1a28c702d245cb1be52aba9f6ee2e01
Release notes
Changes since 7.x-1.0-alpha1:
- #1248996 by tim.plunkett: Restore 'save' button on field_collection_item add form.
- #1264602 by tim.plunkett: Respect changes made in hook_entity_view_alter().
- #1257526 by tim.plunkett: Exclude column from table if no items have content.
- #1257514 by tim.plunkett: Fixed empty list items in Operations column.
- #1246092 by tim.plunkett: Ensure order is respected when editing.
- #1219164 by tim.plunkett: Fixed 'Undefined index: #cardinality' when using hidden widget.
- #1232350 by tim.plunkett: Add more error-checking, increase usage of render arrays, and use the new field_collection_field_formatter_links().
- #1228456 by tim.plunkett: Make the default for field_collection_table_format_form TRUE.
- #1210756 by tim.plunkett: Make field_collection_table_entity_view() respect the formatter settings.
- #1228456 by kreynen, tim.plunkett: Make field_collection_table_form_alter() optional.
- Remove accidental ampersand from function call.