When saving a form using IEF, unless I click "Create entity", it shows "This value should not be null".

Steps to reproduce:
- install with minimal profile
- navigate to

Comments

joshtaylor created an issue. See original summary.

slashrsm’s picture

zviryatko’s picture

I have the same problem if form has nested inline entity forms.

dawehner’s picture

Is that particular field marked as required? #2618502: IEF Widgets are completely broken kind of struggles with the same kind of problem.

clint.beacock’s picture

I was having the same issue, in my case with an inline entity form nested 3 levels deep. Wouldn't save at all, even if I saved the second level and top level forms first.

The patch in #3 worked for me. Saves now without issue.

slashrsm’s picture

Status: Active » Needs review
StatusFileSize
new1.49 KB
new702 bytes

#2512674: Improve tests for IEF form element added a test workaround for a similar (or even the same) problem. Let's see if this patch fixes the test.

Status: Needs review » Needs work

The last submitted patch, 6: 2580857_6_TEST_ONLY.patch, failed testing.

The last submitted patch, 6: 2580857_6.patch, failed testing.

slashrsm’s picture

Issue summary: View changes
Status: Needs work » Closed (duplicate)

I think this is a duplicate of #2649710: Required nested IEF forms don't work. I tried patch in #3 with steps from that issue and I am still getting the same error.