- Issue created by @mxh
- 🇩🇪Germany mxh Offenburg
Maybe remove the whole implementation of
Drupal\eca_form\HookHandler::inlineEntityFormAfterBuild
? Seems it wasn't working well anyways. despite it may be nice to work with the most recent form input on the entity directly, which is way more convenient - it wasn't explicitly requested anytime either. - 🇩🇪Germany jurgenhaas Gottmadingen
I'm open to this approach. This callback has often caused headaches. That said, I'm uncertain about the consequences when removing this. I've never been deep into this and have no idea how much this removal would break out there in the field. @mxh do you have a clue what that would mean?
- 🇩🇪Germany mxh Offenburg
It will likely cause breakage of existing processes, and to the worse it will break without error, but logically since the inline entities won't be provided with most recent form input anymore. But since this mechanism is so unreliable, it may be worth getting rid of it.