Questions tagged [inline-entity-forms]
The inline-entity-forms tag has no summary.
1 question
1
vote
1
answer
65
views
How to postSave referenced entities added in IEF complex form
I have a custom entity with entity references, allowing allow_new in the IEF complex form. Because I need to set some values on those child entities, I override postSave() in the parent entity. I ...