Sorry if I've placed this issue in wrong issue queue, but I was not understanding in which modules issue queue should I add this issue.

I've a content type A and B. Content type A has a field of type "entity referenced" and widget as "Inline entity form - Multiple values" which is referenced to content type B. While adding content of type A, when I click on "Add new node" it returns form of content type B but does not return groups defined inside of content type B. After debugging, I've found that the module is not considering #fieldgroups when rendering groups, which is causing this issue. I've applied the attached patch to module which fixed the issue.

Yogesh

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yogeshchaugule8’s picture

Forgot to attach patch and screenshot.

johnlaine’s picture

Had this exact problem, any fields within a group would not show up. Patch worked great, thanks!

nils.destoop’s picture

Status: Active » Closed (fixed)

This one is already fixed in the 1 branch (on a different way). Branch 2.x is not supported anymore, all important features have been merged into the 1 branch. But i can confirm this fix will also work.