Problem/Motivation
Changes for this where first introduced in #2901158: Changes are lost when collapsing a paragraphs subform including an inline_entity_form. Then reverted in #3270348: Regression from #2901158.
Steps to reproduce
Create a paragraph type with an entity_reference field using inline_entity_form.
Add a paragraphs field to a node, make the paragraph type available and use paragraphs widget in 'Closed' edit mode.Add a node with a paragraph, enter some test values and save. Edit the node again, edit the paragraph, now collapse the paragraphs subform: Your changes to the subform will be lost.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 47-8.patch | 24.74 KB | volkerk |
Issue fork inline_entity_form-3271293
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
daniel.bosen@heddn is it possible to get a failing test or some step by step instructions to reproduce the regression in #3270348: Regression from #2901158? That would be very helpful for fixing it. Thanks!
Comment #5
volkerk commentedComment #6
szeidler commentedThe patch/MR seems to not apply anymore since the recent 1.0.0-rc12 release.
Comment #8
chr.fritschComment #9
jansete commentedWith this patch, now applies to InlineEntityFormComplex, we would need tests for this as well.
Comment #11
SilviuChingaru commentedComment #12
volkerk commented@heddn can you elaborate on the regression you mentioned in the reverted #2901158: Changes are lost when collapsing a paragraphs subform including an inline_entity_form
I guess we need a test for this, otherwise this issue is going nowhere.
Comment #13
elaman#9 causes error with Paragraph:
Comment #14
volkerk commentedComment #15
the_g_bomb commentedChanging to target the latest branch
Comment #18
anybodyReading through the issue summary, isn't this a major issue with the risk of losing data unexpectedly?