Needs work
Project:
Inline Entity Form
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
8 May 2023 at 11:21 UTC
Updated:
8 Jan 2026 at 09:49 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
oleh.tarasiuk commentedComment #3
oleh.tarasiuk commentedComment #9
podarokComment #11
geek-merlinBulk reopen.
Comment #12
geek-merlinReview: The code change in the MR replaces validation by the entity display with entity validation.
A profound change like this needs a lot more elaboration.
Comment #13
snguemae commentedHello, After applying the patch from #46, I still experienced the duplicate error message issue. The patch fixes the entity-level validation duplication, but the error message still appears twice: once on the parent fieldset and once on the bundle select element itself.
I created an additional patch that prevents this display-level duplication by adding #error_no_message => TRUE to the bundle select element. This property prevents the error from being rendered on the select element while it still displays on the parent fieldset, avoiding the duplicate message.
The attached patch resolves this remaining issue and works in conjunction with the existing fix.