Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download inline_entity_form-7.x-1.0.tar.gztar.gz 27.56 KB
MD5: 3ec652734d75b8a4684c8da46e51647a
SHA-1: 9c2540d17ca1b114ad968d81e0b8f398d80881b2
SHA-256: cd613ca4f621fee377df670f32c628e8a677ccd2bbbd45f8d252a651b7e2a6b9
Download inline_entity_form-7.x-1.0.zipzip 33.92 KB
MD5: 8a40b6ce065edc4014296acaeaae17ff
SHA-1: a030b539d8e6c7e0583f6b1c5aa279694e5c46de
SHA-256: 2d753626225707ca8be5df1ccd9287c5ec74061411ca9d2f1a7a5c0117283298

Release notes

Biggest changes:
- There is now a "Single values" widget, previously a behavior triggered on required single-bundle, single-value fields.
- The "Multiple values" widget now respects entity access (add, edit, delete permissions).
- If "Allow users to add existing $entity" is enabled, the "Remove" button in the widget unlinks the entity by default (removing the reference), with the "delete" optionally triggered by a checkbox on the confirmation form.
- Fixed multiple issues with line items.
- Product status is now shown in the table and editable in the inline form.
- Newly created inline entities now get the parent entity language set as their own.

Changes since 7.x-1.0-rc1:

  • Update readme.
  • #1854814 by garbo, bojanz: Added Only automatically add attribute to Product title if an option is selected.
  • Don't allow line item unit prices to be edited if the order is still in a cart status.
  • #1822492: Fixed Line item label is not updated when the referenced product is changed.
  • #1804778: Fixed Referencing the same entity type / bundle as the parent entity leads to recursion.
  • #1558632 followup: Fix notices, more robust fetching of parent langcode.
  • #1558632: Fixed Pass correct langcode to field_attach_form(), newly created entities.
  • #1864852: Fixed Access checks shouldn't be done on unsaved entities.
  • #1617886 followup: Fix inverted delete checkbox behavior; hide checkbox for unsaved entities
  • #1859834: Add entity & bundle access checks.
  • #1617886: Remove entity without deleting.
  • Rename the 'delete form' to 'remove form' in preparation for #1617886.
  • #1679590 by bojanz, theo_, MDJ Webdiensten, pjcdawkins: Added Define product status as default field.
  • #1659544 by cjgriffin: Fixed Update line item price with Inline Entity Form on order edit.
  • #1832146 by sandervd, bojanz: Fixed Form elements don't respect the admin-set weights.
  • #1786814 by rogical, pjcdawkins, bojanz: Fixed Notice: Undefined variable: entity_info() in inline_entity_form_field_widget_settings_form() .
  • #1843316 by eiriksm, jpstrikesback | dinhtrung: Fixed Error when using Autocomplete to add Existing Entity.
  • #1808398: Create a 'Single' widget instead of activating it implicitly.
  • #1804468 by klimp, bojanz: Fixed Warning: Invalid argument supplied for foreach() in inline_entity_form_entity_delete().
  • #1787636 by theo_: Fixed Notice: Undefined index: entity keys in field_create_field() (line 92 of [...]modules/field/field.crud.inc).
Created by: bojanz
Created on: 17 Dec 2012 at 14:34 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
New features
Bug fixes
Insecure

Other releases