You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to embedded form of a related data model. This embedded form should allow the user to create / update a related model of his current edit/creation page
Basic Example
In the current model structure, we could edit a User on user's edit page and create/update a related Post.
Make sure to cannot modify relationships that currently carry embedded form (e.g. Cannot modify Post.author on panel User.post embedded form) - to avoid this, we can disable deeply embedded form.
Drawbacks
No response
Unresolved questions
No response
The text was updated successfully, but these errors were encountered:
Summary
Allow to embedded form of a related data model. This embedded form should allow the user to
create
/update
a related model of his currentedit
/creation
pageBasic Example
In the current model structure, we could edit a
User
on user's edit page andcreate
/update
a relatedPost
.Make sure to cannot modify relationships that currently carry embedded form (e.g. Cannot modify
Post.author
on panelUser.post
embedded form) - to avoid this, we can disable deeply embedded form.Drawbacks
No response
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: