I noticed some strange behavior while creating nodes. Node create forms are not presented empty under certain circumstances. As far as I am concerned it only applies to fields of type entity reference.
Steps to reproduce:
- install plain drupal 8
- install latest IEF dev version
- create 3 content types (A, B and C)
- make A reference B (cardinality > 1)
- make B reference C (cardinality does not matter)
- set form display for both references to "Inline Entity Form - Multiple Values"
- now go on and start creating a node of type A
- create a referenced node of type B using IEF widget (also create node of type C in the process). Save B!
- click on "create new node" (to create another reference of type B)
- you should be presented a form which has the reference field to C pre filled (although it should be empty)
Comments
Comment #1
egruel commentedthis bug is referenced here https://www.drupal.org/node/2653574
Comment #2
egruel commentedComment #3
geek-merlinProbably dup.
Comment #4
geek-merlinComment #5
geek-merlinIEF rc9 is out and has some fixes for nested forms.
Tentatively closing this. Please reopen if needed.