Is there any solution to implement inline model from to panel add/edit mode.
for example:
I have two model (Product, ProductPhoto),
even Product have many ProductPhoto;
now, I want to create admin panel for Product that user can add/edit Product and ProductPhoto in one page.
is there any solution?