I've got a number of inline entity forms set up for storage entities. Six out of seven of the forms are set to "simple", with one being "complex".

In a module, I've got my_module_inline_entity_form_entity_form_alter added and I've added a call to Drupal::logger. Looking at dblog, it only shows 6 lines of debugging code unless I change that complex form to simple.

Is there a different hook for complex forms or is something else amiss?

Thanks!

Comments

welly created an issue. See original summary.

vladimiraus’s picture

Version: 2.0.0-rc4 » 3.x-dev
Status: Active » Closed (duplicate)
Parent issue: » #3435963: Make CommerceStore FieldGroup-able too

Seems like commerce fixed the issue.