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
Is it possible to embed another admin form ? Never tested, if no then it would be a great feature to implement.
Two options:
Only include the formType (should be relatively easy)
Include the whole adminController and call the persistCreate() / persistUpdate() associated (as they have the role of prePersist() functions). Not sure about this.
Is it possible to embed another admin form ? Never tested, if no then it would be a great feature to implement.
Two options: