Embed reference form
Opened this issue · 1 comments
that0n3guy commented
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.
that0n3guy commented
An example of this: https://github.com/lazychaser/cruddy/wiki/Fields#embedding-forms