flask-admin icon indicating copy to clipboard operation
flask-admin copied to clipboard

How to to use modal dialog to create a new inline model

Open xmonader opened this issue 8 years ago • 0 comments

I've a Task model and User model and I added task model to the UserModelView in inline_models, and I get the expected behavior with list of tasks and add task button that creates a simple form. Problem is I want for that specific part to use the modal dialog for more fields.

xmonader avatar Sep 06 '17 19:09 xmonader