In more than one project I have run into into the following:

You want to reference a node that has not yet been created, rather than creating this beforehand or opening up a new tab and stepping back when it is completed,

if the user enters a new entity that does not currently exist, they should be given the option to create it.

Comments

energee’s picture

Status: Active » Needs review
bojanz’s picture

Category: feature » support
Status: Needs review » Fixed

"needs review" is for issues that contain patches. This one doesn't.

This is probably something that should be implemented by a contributed module, and not Entityreference itself.
A complex widget that solves a related use case is Inline Entity Form, which allows add / edit / delete of entities of the referenced type. So perhaps that might be close to what you're looking for.
There's also References Dialog which has entityreference support since recently, though I've had problems getting it to work.

jygastaud’s picture

You can also look at Entityconnect module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ibrahim baykal’s picture

i tried entity connect thank you @jygastaud it's work

emmanueldelouise’s picture

Issue summary: View changes

I think inline entity is a good choice to solve this problem