krafthaus/bauhaus

Embed reference form

Opened this issue · 1 comments

I would be cool if you could easily embed a related form. For example:

public function configureForm($mapper)
{
    $mapper->belongsToMany('contacts')
        ->embed(');
}

This would show the form from ContactAdmin instead of a select field. This would allow you to create the related entity on the fly.