Notice: Undefined index: #submit 在 inline_entity_form_form_alter() (line 792 at /home/hej/src/php/drupal7/sites/all/modules/fields/inline_entity_form/inline_entity_form.module).
Warning: array_merge(): Argument #2 is not an array 在 inline_entity_form_form_alter() (line 792 at /home/hej/src/php/drupal7/sites/all/modules/fields/inline_entity_form/inline_entity_form.module).
Comments
Comment #1
jian he commentedComment #2
jian he commentedComment #3
marcusx commentedI have this issue also some lines above. This is not fixed by this patch.
Comment #4
marcusx commentedWrapping summary in code tags.
Comment #5
andyg5000Comment #6
andyg5000Comment #7
delta commentedWorks for me with latest release of inline entity form and the patch : inline_entity_form-fix_undefined_indexes_in_form_alter-2165113-alternate.patch
applied, the notices disappear.
Comment #8
Robert_W commentedAlso works for me with the latest version (7.x-1.4) and inline_entity_form-fix_undefined_indexes_in_form_alter-2165113.patch (not the alternate, because the first one is better in my opinion).
Comment #9
amitaibuinline_entity_form-fix_undefined_indexes_in_form_alter-2165113.patch seems better to me.
Comment #10
bojanz commentedHere we go:
http://drupalcode.org/project/inline_entity_form.git/commitdiff/a2158c2?...
Thanks, Andy (and everyone who reviewed). I'll tag a new release soon.
Comment #11
tim bozeman commented=D
Comment #13
sandro.salari commentedHi,
My latest try is with
ECK : 7.x-2.0-rc3
IEF: 7.x-1.5+3-dev
Inline form for related ECK entity is showed and managed on GUI but not saved and reloaded.
Can you help me please?