this happens because the code thinks the "Add New Node" button is a single textfield.
editable fields hides the save button for those...
here is a patch that fixes it.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 1954456-7-table-drag-excluded.patch | 1.09 KB | joelpittet |
| #6 | inline-entity-form-s-save-button-1954456-6.patch | 606 bytes | denes.szabo |
| #2 | patch-editablefields.fix-inline-entity-form.patch | 606 bytes | rsvelko |
| #1 | editablefields.fix-inline-entity-form.patch | 540 bytes | rsvelko |
| editablefields.fix-inline-entity-form.patch | 678 bytes | rsvelko |
Comments
Comment #1
rsvelko commentedremove 1 emlty line from patch - to minimize changes
Comment #2
rsvelko commentedokay - this one is tested and works - added the jquery .parent() several times to make it work...
Comment #3
nicolas bouteille commentedsame problem with Paragraphs module
Actually Editablefields and Paragraphs play very well together (better than Inline Entity Form in my experience), but the "Add new paragraphs item" button is missing when no paragraph item has been added yet. My workaround until then was to programmatically create a useless first item at content creation... but now I can find a better solution
Comment #4
nicolas bouteille commentedhere is the hack updated for paragraphs as well
Comment #5
rooby commentedThis needs a reroll for the latest version
Comment #6
denes.szabo commentedI re-rolled the patch against the latest dev. This patch solved my no upload, no save button problems! THX!
Comment #7
joelpittetThere's a false positive with tabledrag, this patch excludes it from being considered the single field
Comment #9
joelpittetI've pushed this fix to the dev branch, please let me know if there are any side-effects
Comment #11
rsvelko commentedFrom the issue's OP: Thanks a ton for fixing this!
Comment #12
joelpittetSorry for the super delay. I hadn't comaintained this for long and didn't run into this issue for myself until the other day.
Comment #13
rsvelko commentedSeems like the community didn't run into this bug much either.
If it were more important people would comment more, me included.
So yeah, thanks again.