I was running into an issue where I wanted to modify the name of the entity form action buttons but the hook was too high in the code to do so. I moved it just before the return so that when we hook in we have full access to the entity_form array to alter as necessary.
Just saw a new release is out so this is against the old version. Such an easy swap I'll let you just re-roll it into whatever dev you want to do next.
| Comment | File | Size | Author |
|---|---|---|---|
| inline_entity_form-move_hook_alter.patch | 1.02 KB | cellar door |
Comments
Comment #1
cthos commentedSeconded, I had the same problem and made essentially the same change.
Comment #2
bojanz commentedCommitted, thanks!